mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:18:12 +02:00
8 lines
77 B
ObjectPascal
8 lines
77 B
ObjectPascal
{ %fail }
|
|
program onepoptoomanycrash;
|
|
{$PUSH}
|
|
{$POP}
|
|
{$POP}
|
|
begin
|
|
end.
|