OSDN Git Service

PR c++/37256
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / cpp0x / extern_template-2.C
1 // { dg-options "-std=c++0x -pedantic" }
2
3 template <typename> class S {};
4 extern template class S<int>;