hanchenye-llvm-project/clang/test/SemaTemplate/variadic-parse.cpp

7 lines
170 B
C++

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