// { dg-do compile { target c++11 } } template struct A // { dg-error "parameter pack" } { static int i; }; A a; A b;