mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 20:47:53 +02:00
13 lines
214 B
ObjectPascal
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.
|