fpc/tests/tbs0116.pp
1998-12-02 13:05:01 +00:00

10 lines
108 B
ObjectPascal

Procedure test;
{compile with -Og to show bug}
Var a: Array[1..4000000] of longint;
Begin
End;
Begin
End.