// { dg-options "-std=gnu++0x" } template struct A // { dg-error "parameter pack" } { static int i; }; A a; // { dg-error "mismatch|expected|invalid type" } A b; // { dg-error "mismatch|expected|invalid type" }