fpc/tests/test/tanonfunc22.pp

11 lines
133 B
ObjectPascal

program tanonfunc22;
{ test accessing references across impementation/interface boundaries }
uses uanonfunc22;
begin
foo;
end.