Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
generic_inst11.adb
blob: 75c19a590bef20b4f782b0969917c276b4737c7d [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-O -gnatn"
}
with
Generic_Inst11_Pkg
;
procedure
Generic_Inst11
is
begin
Generic_Inst11_Pkg
.
Proc
;
end
;