index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
init
/
ref21.C
blob: db4ac4a300fdb6768e58fadc3a7999298f62d35b (
plain
)
1
2
3
4
5
6
7
struct A { const int &i1; const int &i2; }; A a = { 1, 2 };