DEBSOURCES
Skip Quicknav
sources / libgnatcoll / 1.7gpl2015-2 / testsuite / xref / F810-009 / b.ads
123456789
with A; use A; package B is type U1 is new T2 with null record; type U2 is new T3 with null record; type U3 is new U2 with null record; end B;