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