repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2016-11-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
access1.ads
blob
2464e484abd5eed7b5b23f1312776a1d03a5defe
1
-- { dg-do compile }
2
3
package
Access1
is
4
5
type
R
;
6
type
S
is access
R
;
7
type
R
is new
S
;
8
9
end
Access1
;