Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
nested_generic2_g2.ads
blob: 2b021676cfe80780281607fe3f9effbfe433d357 [
file
] [
log
] [
blame
]
with
Nested_Generic2_G1
;
generic
type T
is
private
;
with
package
P
is
new
Nested_Generic2_G1
(<>);
package
Nested_Generic2_G2
is
end
Nested_Generic2_G2
;