mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 10:38:14 +02:00
7 lines
92 B
ObjectPascal
7 lines
92 B
ObjectPascal
{ %OPT=-O3 }
|
|
{ %norun }
|
|
var a : integer;
|
|
begin
|
|
write(a = a in[a in[a], a / 0 > a])
|
|
end.
|