Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
prot9.adb
blob: 6d1a21d0af8c5314d6e1814a13d93657a3839a32 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
with
Prot9_Gen
;
with
Prot9_Pkg1
;
procedure
Prot9
is
package
Dummy
is
new
Prot9_Gen
(
Prot9_Pkg1
.
Prot_Type
);
begin
null
;
end
Prot9
;