Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
generic_inst2_c.ads
blob: df1000be5fb20384940297f00eabac467be012e6 [
file
] [
log
] [
blame
]
generic
type T
;
with
procedure
Foo
(
X
:
not
null
access T
)
is
null
;
with
procedure
Bar
(
X
:
not
null
access T
)
is
null
;
package
Generic_Inst2_C
is
end
;