Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
initlist89.C
// PR c++/64029 // { dg-do compile { target c++11 } } const int (&in)[]{1,2,3,4,5};