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
c++: prvalue of array type [PR111286]
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
incomplete4_pkg.ads
blob
992986ee105d21fc4ad98bf26e81968371781ede
1
package
Incomplete4_Pkg
is
2
3
type
Circular_Type
;
4
type
Ptr
is access
Circular_Type
;
5
type
Circular_Type
is array
(
1
.
.100
)
of
Ptr
;
6
7
A
:
Circular_Type
;
8
9
end
Incomplete4_Pkg
;