fpc/tests/tbf/tb60.pp
2000-11-29 23:14:10 +00:00

13 lines
191 B
ObjectPascal

{ Old file: tbf0310.pp }
{ local and para dup are not detected OK 0.99.15 (FK) }
procedure p(s:string);
var
s : string;
begin
writeln(s);
end;
begin
p('test');
end.