index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
initlist89.C
blob: e221664e30fb0645679670b4d16d2cc6fa37d156 (
plain
)
1
2
3
4
// PR c++/64029
// { dg-do compile { target c++11 } }
const int
(&
in
)[]{
1
,
2
,
3
,
4
,
5
};