mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-23 21:38:30 +02:00
10 lines
118 B
ObjectPascal
10 lines
118 B
ObjectPascal
{ shows a problem of name mangling }
|
|
Program bug0181;
|
|
|
|
Uses bug0181a;
|
|
|
|
var l : mylongint;
|
|
begin
|
|
dummy(l);
|
|
end.
|