Parcourir la source

+ Added tb0160

daniel il y a 21 ans
Parent
commit
8fb9867f9c
1 fichiers modifiés avec 13 ajouts et 0 suppressions
  1. 13 0
      tests/tbf/tb0160.pp

+ 13 - 0
tests/tbf/tb0160.pp

@@ -0,0 +1,13 @@
+{%fail}
+{%OPT=-Sg}
+program tb0160;
+
+procedure crasher;
+
+begin
+end;
+
+begin
+  {The following caused ie 9999.}
+  crasher:
+end.