mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 18:24:19 +02:00
8 lines
156 B
ObjectPascal
8 lines
156 B
ObjectPascal
begin
|
|
{$if fileexists('tfileexists1.pp')}
|
|
halt(0);
|
|
{$else fileexists('tfileexists1.pp')}
|
|
halt(1);
|
|
{$endif fileexists('tfileexists1.pp')}
|
|
end.
|