mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 07:22:01 +02:00
8 lines
171 B
ObjectPascal
8 lines
171 B
ObjectPascal
begin
|
|
{$if not(fileexists('tfileexists0.pp'))}
|
|
halt(0);
|
|
{$else not(fileexists('tfileexists0.pp'))}
|
|
halt(1);
|
|
{$endif not(fileexists('tfileexists0.pp'))}
|
|
end.
|