OSDN Git Service

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