mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 10:49:26 +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.
|