Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
generic_inst2.adb
blob: 2ccebb0026f080e0494022bcdc5a05cdb0f9d9e3 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
package
body
Generic_Inst2
is
procedure
Foo
(
X
:
not
null
access T
)
is
null
;
end
;