fpc/bugs/bug0116.pp
1998-03-25 11:26:49 +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.