1 // { dg-do assemble  }
2 // GROUPS passed initialization
3 struct CharList { int i; };
4 
5 const CharList& terminals = { 1 };// { dg-error "" } .*
6