This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
freepascal.compiler
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
+ added
Jonas Maebe
23 years ago
parent
1abd56fa5b
commit
a9493b57d4
1 changed files
with
8 additions
and
0 deletions
Split View
Show Diff Stats
8
0
tests/webtbf/tw2037.pp
+ 8
- 0
tests/webtbf/tw2037.pp
View File
@@ -0,0 +1,8 @@
+{ %FAIL }
+var
+ anattr : Longint;
+
+begin
+ anattr := 1.0 or 5;
+
+end.