Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
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
;