fpc/tests/tbs0181.pp
1998-11-23 23:44:50 +00:00

10 lines
118 B
ObjectPascal

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