fpc/tests/webtbs/tw21472.pp

8 lines
86 B
ObjectPascal

var
s : string;
i : integer;
begin
s := {$I %LINE%};
i := {$I %LINENUM%}
end.