aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.brendan/init4.C
blob: 7d82d94141903058c30eaf2ee1c610bcdfedf621 (plain)
1
2
3
4
5
// { dg-do assemble  }
// GROUPS passed initialization
struct CharList { int i; };

const CharList& terminals = { 1 }; // { dg-error "initializer lists" "" { target { ! c++11 } } }