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
/
tagged5.adb
blob
ffccca8779f1648ef125a8c5da3b7cfb07701df9
1
-- { dg-do compile }
2
-- { dg-options "-gnata" }
3
4
package body
Tagged5
is
5
procedure
Dummy
is null
;
6
end
Tagged5
;