mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-10 15:41:27 +01:00
8 lines
77 B
ObjectPascal
8 lines
77 B
ObjectPascal
{ %fail }
|
|
program onepoptoomanycrash;
|
|
{$PUSH}
|
|
{$POP}
|
|
{$POP}
|
|
begin
|
|
end.
|