index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
initlist-arrray1.C
blob: 25113d770b06547e498e4b7f5e91202b349aee0f (
plain
)
1
2
3
4
5
// { dg-options -std=c++0x }
typedef
int
IRT
[
2
];
const
IRT
&
ir
=
IRT
{
1
,
2
};