summaryrefslogtreecommitdiff
path: root/tests/test/tmcbool2.pp
blob: e93f9b38ddd67d492bf6b093da9763a4c834c381 (plain)
1
2
3
4
5
6
7
8
9
10
{ %fail}
program mcbool2;

{$mode macpas}

var
  a, b: longint;
begin
  a := a & b;
end.