summaryrefslogtreecommitdiff
path: root/tests/test/toperator39.pp
blob: a3832616f072045f46d7b40c1c12bd88d45c58d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
{ %FAIL }
program toperator39;

operator >= (left, right: LongInt) res : Boolean;
begin

end;

begin

end.