mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-04 15:00:53 +01:00
8 lines
156 B
ObjectPascal
8 lines
156 B
ObjectPascal
begin
|
|
{$if fileexists('tfileexists0.pp')}
|
|
halt(1);
|
|
{$else fileexists('tfileexists0.pp')}
|
|
halt(0);
|
|
{$endif fileexists('tfileexists0.pp')}
|
|
end.
|