fpc/tests/tbs/tb0608.pp
2014-11-22 22:45:02 +00:00

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.