// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++0x template struct S1 { }; // expected-error{{template parameter pack cannot have a default argument}} template struct S2 { }; // expected-error{{template parameter pack must be the last template parameter}}