// { dg-options "-std=c++0x" } template struct A {}; // { dg-error "end of" } A a; // { dg-error "mismatch|expected|invalid" }