Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
generic_inst7.adb
blob: d56e47940466fba0ea1e9e682d2ff59c9e515b72 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
with
Generic_Inst7_Pkg
;
procedure
Generic_Inst7
is
package
Inst
is
new
Generic_Inst7_Pkg
;
begin
null
;
end
Generic_Inst7
;