// RUN: clang-cc -fsyntax-only -verify %s -std=c++0x // Parsing type parameter packs. template struct T1 {}; template struct T2 {};