Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
array5_pkg2-g.ads
blob: 1bb93960333869640523c0fa5e16d0d8ab8a93a4 [
file
] [
log
] [
blame
]
with
System
.
Address_To_Access_Conversions
;
generic
type T
is
new
Root
with
private
;
package
Array5_Pkg2
.
G
is
package
Ptr
is
new
System
.
Address_To_Access_Conversions
(
T
);
Data
:
Ptr
.
Object_Pointer
;
end
Array5_Pkg2
.
G
;