Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
anon3.ads
blob: 39978c20188db2b6e423b3fde983f080315eb27a [
file
] [
log
] [
blame
]
package
Anon3
is
X
:
access
Integer
:=
new
Integer
;
procedure
Dummy
;
end
Anon3
;