mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-02 17:09:51 +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.
|
|
|