// PR c++/64029
// { dg-do compile { target c++11 } }

const int (&in)[]{1,2,3,4,5};
