OSDN Git Service

PR c++/37256
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / variadic61.C
1 // { dg-options "-std=gnu++98 -pedantic" }
2 template<typename... Args> class tuple; // { dg-warning "variadic templates" }