aboutsummaryrefslogtreecommitdiffstats
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};