OSDN Git Service

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