blob: e1d1b1f98db2ba7d4fcb6b2e08f24f39f7ae1ee1 [file] [log] [blame]
// RUN: clang-cc -fsyntax-only -verify %s -std=c++0x
// Parsing type parameter packs.
template <typename ... Args> struct T1 {};
template <typename ... > struct T2 {};