tw4893e.pp 62 B

12345678910
  1. { %fail }
  2. {$mode objfpc}
  3. label a;
  4. begin
  5. goto a;
  6. a:
  7. end.