DEBSOURCES
Skip Quicknav
sources / libgnatcoll / 1.7gpl2015-2 / testsuite / xref / find_dep_separate / b.adb
12345678
with C; package body B is procedure Bar is separate; procedure Foo is begin C.Foo; end Foo; end B;