Daily bump.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / variadic40.C
blobe62d62cc1b6442f3a9e52294a37f8f1515daa461
1 // { dg-do compile { target c++11 } }
2 template<typename... Values, typename T> // { dg-error "end" }
3 struct backward_tuple {};