tb0160.pp 124 B

12345678910111213
  1. {%fail}
  2. {%OPT=-Sg}
  3. program tb0160;
  4. procedure crasher;
  5. begin
  6. end;
  7. begin
  8. {The following caused ie 9999.}
  9. crasher:
  10. end.