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
/
class_wide3.adb
blob
c177029f29dc99e30fcccae8071b1958e0c0c2ff
1
with
Ada
.
Text_IO
;
use
Ada
.
Text_IO
;
2
with
Class_Wide3_Pkg
;
use
Class_Wide3_Pkg
;
3
4
procedure
Class_Wide3
is
5
DC
:
Disc_Child
:= (
N
=>
1
,
I
=>
3
,
J
=>
5
);
6
begin
7
DC
.
Put_Line
;
8
end
Class_Wide3
;