fpc/bugs/bug0181.pp
1998-11-16 15:51:47 +00:00

10 lines
118 B
ObjectPascal

{ shows a problem of name mangling }
Program bug0181;
Uses bug0181a;
var l : mylongint;
begin
dummy(l);
end.