summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/variadic-parse.cpp
blob: e1d1b1f98db2ba7d4fcb6b2e08f24f39f7ae1ee1 (plain)
1
2
3
4
5
6
// RUN: clang-cc -fsyntax-only -verify %s -std=c++0x

// Parsing type parameter packs.
template <typename ... Args> struct T1 {};
template <typename ... > struct T2 {};

OpenPOWER on IntegriCloud