mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 10:48:30 +02:00
10 lines
139 B
ObjectPascal
10 lines
139 B
ObjectPascal
const
|
|
c = {$IF Declared(o) And (o<>Integer(0))}Succ{$IFEND}(False);
|
|
|
|
begin
|
|
if c then
|
|
halt(1);
|
|
writeln('ok');
|
|
end.
|
|
|