Merge with trank @ 137446
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / extern_template-1.C
blobec2cb784e19ec547cf35baf6ab4097992f2d9536
1 // { dg-options "-std=c++0x -pedantic" }
3 template <typename> void f() {}
4 extern template void f<int>();