1 // PR c++/64029
2 // { dg-do compile { target c++11 } }
3 
4 const int (&in)[]{1,2,3,4,5};
5