mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 20:39:25 +02:00
6 lines
68 B
ObjectPascal
6 lines
68 B
ObjectPascal
{ %fail }
|
|
function x(x : real) : ;
|
|
begin
|
|
tmp in [x div x(1)]
|
|
end.
|