blob: 7d82d94141903058c30eaf2ee1c610bcdfedf621 [file] [log] [blame]
// { dg-do assemble }
// GROUPS passed initialization
struct CharList { int i; };
const CharList& terminals = { 1 }; // { dg-error "initializer lists" "" { target { ! c++11 } } }