2
0
daniel 21 жил өмнө
parent
commit
8fb9867f9c
1 өөрчлөгдсөн 13 нэмэгдсэн , 0 устгасан
  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.