DEBSOURCES
Skip Quicknav
sources / libgnatcoll / 1.7gpl2015-2 / testsuite / xref / naming_schemes2 / file.2.ada
12345678
with Bar; package body File is procedure Foo is begin Bar.Proc; end Foo; end File;