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