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
/
freezing1.ads
blob
f81bc7898680fa211f9a638f2c9df7e73e3b8863
1
with
Freezing1_Pack
;
use
Freezing1_Pack
;
2
3
package
Freezing1
is
4
type
T
is abstract tagged record
5
Collection
:
access
I_Interface_Collection
'Class
:=
6
new
I_Interface_Collection
'Class
'(Factory.Create_Collection);
7
end record;
8
9
procedure Foo;
10
end Freezing1;