Browse Source

+ Added tb0160

daniel 21 years ago
parent
commit
8fb9867f9c
1 changed files with 13 additions and 0 deletions
  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.