Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
pack10_pkg.ads
blob: 76d99fbbf37bc4ec30c2dee01b7441f202f01a7f [
file
] [
log
] [
blame
]
--
{
dg
-
excess
-
errors
"cannot generate code"
}
package
Pack10_Pkg
is
generic
type
Vector_Type
(<>)
is
private
;
procedure
Proc
;
end
Pack10_Pkg
;