mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 08:59:05 +02:00
12 lines
133 B
ObjectPascal
12 lines
133 B
ObjectPascal
{ %cpu=avr }
|
|
{ %NORUN }
|
|
{ %OPT=-Cdcjsz }
|
|
|
|
program tdiscard_options;
|
|
|
|
{ Test compiler with all discard options active. }
|
|
|
|
begin
|
|
end.
|
|
|