fpc/tests/test/cpu8/avr/tdiscard_options.pp

12 lines
133 B
ObjectPascal

{ %cpu=avr }
{ %NORUN }
{ %OPT=-Cdcjsz }
program tdiscard_options;
{ Test compiler with all discard options active. }
begin
end.