1 2 3 4 5 6 7 8
// { dg-do assemble } // Bug: member initializers are allowed where they shouldn't be. template <class T> struct A { int i; Blarg () : i(0) { } // { dg-error "" } };