xref: /csrg-svn/old/dbx/tests/mod/bool.mod (revision 44110)
1*44110Sbosticmodule main;
2*44110Sbosticvar b : boolean;
3*44110Sbosticbegin
4*44110Sbostic    b := true;
5*44110Sbostic    b := false;
6*44110Sbosticend main.
7