mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 00:48:25 +02:00
9 lines
67 B
ObjectPascal
9 lines
67 B
ObjectPascal
{ %fail }
|
|
{ %opt=-Sew }
|
|
var
|
|
c : comp;
|
|
|
|
begin
|
|
c:=123.123;
|
|
end.
|