Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
generic_inst6_g1-c.adb
blob: ed671f126d0640934f59c2cbb13d7833d8c5ec8d [
file
] [
log
] [
blame
]
with
Generic_Inst6_X
;
package
body
Generic_Inst6_G1
.
C
is
package
N
is
new
Generic_Inst6_X
(
Generic_Inst6_G1
,
Generic_Inst6_G1
);
function
Check
return
Integer
is
(
N
.
Result
);
end
;