4.3BSD-Tahoe/usr/src/ucb/dbx/tests/mod/bool.mod

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