Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
gen_formal_pkg_b.ads
blob: 60f7f946fb6460a9dd4062fa74df8986529ec4d3 [
file
] [
log
] [
blame
]
with
Gen_Formal_Pkg_A
;
generic
type T1
is
private
;
with
package
Ai
is
new
Gen_Formal_Pkg_A
(
T1
);
package
Gen_Formal_Pkg_B
is
end
;