repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
initlist-array1.C
blob
925ab16beadae890bd77f541e5528d6f2d9ba647
1
// { dg-do compile { target c++11 } }
2
3
typedef int IRT[2];
4
5
const IRT& ir = IRT{1,2};