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

operator < (left, right: ShortString) res : Boolean;
begin

end;

begin

end.