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
/
varsize3_pkg3.ads
blob
0cc80e3dbfb7bd11d001737117faadaaa6ccd026
1
generic
2
3
type
T
is private
;
4
5
package
Varsize3_Pkg3
is
6
7
type
Object
is record
8
E
:
T
;
9
end record
;
10
11
function
True
return
Object
;
12
13
end
Varsize3_Pkg3
;