fpc/bugs/bug0221.pp
peter b6f3ac45bf - 201,206
+ 217-221
1999-02-16 00:43:19 +00:00

7 lines
109 B
ObjectPascal

var
r : double;
c : char;
begin
r:=1.;
c:=^.; { this compile in tp7, c should contain 'n'/#110 }
end.