// { dg-do compile { target c++11 } } // PR 81050 ICE in invalid after error template struct A { static const int i; }; template const int A::i // { dg-error "packs not expanded" } = []{ return 0; }(); // BOOM!