]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/cpp0x/variadic40.C
aarch64: Further renaming of generic code
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / cpp0x / variadic40.C
1 // { dg-do compile { target c++11 } }
2 template<typename... Values, typename T> // { dg-error "end" }
3 struct backward_tuple {};