fpc/tests/webtbf/tw1270.pp
2000-12-17 14:34:41 +00:00

15 lines
136 B
ObjectPascal

{ %FAIL }
type l = record
i:longint;
end;
var l2 : l;
y : Longint;
x : Boolean;
begin
x:=l2>y;
end.