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
+ new test
florian
3 years ago
parent
8e9a019fb7
commit
889c164f78
1 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
6
0
tests/tbf/tb0294.pp
+ 6
- 0
tests/tbf/tb0294.pp
View File
@@ -0,0 +1,6 @@
+{ %fail }
+var
+ l : longint;
+begin
+ l;
+end.