Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
access1.ads
blob: 2464e484abd5eed7b5b23f1312776a1d03a5defe [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
package
Access1
is
type R
;
type S
is
access R
;
type R
is
new
S
;
end
Access1
;