Jonas Maebe 23 years ago
parent
commit
a9493b57d4
1 changed files with 8 additions and 0 deletions
  1. 8 0
      tests/webtbf/tw2037.pp

+ 8 - 0
tests/webtbf/tw2037.pp

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