bug0116.pp 108 B

123456789
  1. Procedure test;
  2. {compile with -Og to show bug}
  3. Var a: Array[1..4000000] of longint;
  4. Begin
  5. End;
  6. Begin
  7. End.