freebsd_amp_hwpstate/test/SemaTemplate/variadic-parse.cpp

7 lines
172 B
C++
Raw Normal View History

2010-01-01 10:34:51 +00:00
// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++0x
2009-06-14 09:24:02 +00:00
// Parsing type parameter packs.
template <typename ... Args> struct T1 {};
template <typename ... > struct T2 {};