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
/
discr29.adb
blob
834437f6fb8e5b139ef157e017fbd68b1d86310d
1
-- { dg-do compile }
2
3
package body
Discr29
is
4
5
procedure
Proc
(
R
:
out
Rec3
)
is
6
begin
7
R
:= (
False
,
Tmp
);
8
end
;
9
10
end
Discr29
;