Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
generic_inst9_pkg2.adb
blob: d008888fbe220764a17a92d4b34503c61aa77108 [
file
] [
log
] [
blame
]
with
Generic_Inst9_Pkg1
.
Operator
;
package
body
Generic_Inst9_Pkg2
is
package
My_Operator
is
new
Generic_Inst9_Pkg1
.
Operator
(
Bound_T
);
procedure
Dummy
is
begin
null
;
end
;
end
Generic_Inst9_Pkg2
;