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

operator / (left, right: LongInt) res : LongInt;
begin

end;

begin

end.