mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 07:19:35 +02:00
12 lines
100 B
ObjectPascal
12 lines
100 B
ObjectPascal
{ %opt=-vw -Sew }
|
|
{ %fail }
|
|
|
|
function f: ansistring;
|
|
begin
|
|
if f <> '' then;
|
|
end;
|
|
|
|
begin
|
|
f;
|
|
end.
|