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

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

end;

begin

end.