4.4BSD/usr/src/old/dbx/tests/mod/bool.mod

module main;
var b : boolean;
begin
    b := true;
    b := false;
end main.