mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 10:58:23 +02:00
11 lines
133 B
ObjectPascal
11 lines
133 B
ObjectPascal
program tanonfunc22;
|
|
|
|
{ test accessing references across impementation/interface boundaries }
|
|
|
|
uses uanonfunc22;
|
|
|
|
begin
|
|
foo;
|
|
end.
|
|
|