Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
gen_formal_pkg.adb
blob: b317e2b1c1e54191898211b71edaf6cb05e04d8e [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
with
Gen_Formal_Pkg_A
,
Gen_Formal_Pkg_B
,
Gen_Formal_Pkg_W
;
procedure
Gen_Formal_Pkg
is
package
AI
is
new
Gen_Formal_Pkg_A
(
Long_Float
);
package
WI
is
new
Gen_Formal_Pkg_W
(
AI
);
begin
null
;
end
;