This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
no message
florian
22 years ago
parent
82b7c0c9cc
commit
d3069c806e
1 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
6
0
tests/tbf/tb0157.pp
+ 6
- 0
tests/tbf/tb0157.pp
View File
@@ -0,0 +1,6 @@
+{ %version=1.1}
+{ %fail }
+Type A=Type Of B;
+
+begin
+end.