fpc/tests/tbs/tb0155.pp
2000-11-30 22:38:14 +00:00

13 lines
214 B
ObjectPascal

{ Old file: tbs0181.pp }
{ shows a problem with name mangling OK 0.99.9 (PM) }
{ shows a problem of name mangling }
Program tb0155;
Uses ub0155;
var l : mylongint;
begin
dummy(l);
end.