mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-31 19:22:37 +02:00
7 lines
109 B
ObjectPascal
7 lines
109 B
ObjectPascal
var
|
|
r : double;
|
|
c : char;
|
|
begin
|
|
r:=1.;
|
|
c:=^.; { this compile in tp7, c should contain 'n'/#110 }
|
|
end. |