fpc/tests/webtbf/tw2037.pp
2005-02-14 17:13:06 +00:00

9 lines
69 B
ObjectPascal

{ %FAIL }
var
anattr : Longint;
begin
anattr := 1.0 or 5;
end.