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