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
/
ghost6_pkg.ads
blob
7fbd942b5e29de7ab675c4a08284ce6dbc4795b4
1
with
Ada
.
Finalization
;
2
3
package
Ghost6_Pkg
with
4
Ghost
5
is
6
type
T
is new
Ada
.
Finalization
.
Controlled
with null record
;
7
end
Ghost6_Pkg
;