mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-24 17:38:36 +01:00
10 lines
84 B
ObjectPascal
10 lines
84 B
ObjectPascal
{ %fail }
|
|
{$legacyifend on}
|
|
|
|
program test;
|
|
{$if defined(asdf)}
|
|
{$endif}
|
|
|
|
begin
|
|
end.
|