blob: 98f217c768910a1d415675b005c721d75fb67067 [file] [log] [blame]
// RUN: clang-cc -fsyntax-only -verify %s
// Type parameter packs.
template <typename ... > struct T1 {}; // expected-error{{variadic templates are only allowed in C++0x}}