This commit is contained in:
Jonas Maebe 2002-10-08 17:16:25 +00:00
parent 1abd56fa5b
commit a9493b57d4

8
tests/webtbf/tw2037.pp Normal file
View File

@ -0,0 +1,8 @@
{ %FAIL }
var
anattr : Longint;
begin
anattr := 1.0 or 5;
end.