tb0098.pp 241 B

123456789101112
  1. { Old file: tbs0116.pp }
  2. { when local variable size is > $ffff, enter can't be used to create the stack frame, but it is with -Og }
  3. Procedure test;
  4. {compile with -Og to show bug}
  5. Var a: Array[1..4000000] of longint;
  6. Begin
  7. End;
  8. Begin
  9. End.