Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
generic2-child.ads
blob: 291cb23ecd835d937467af5eff0bc07b98738c2d [
file
] [
log
] [
blame
]
generic
package
Generic2
.
Child
is
private
type
My_Int
is
new
Int
;
end
Generic2
.
Child
;