(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
extern_template-1.C
// { dg-do compile { target c++11 } }
// { dg-options "-pedantic" }

template <typename> void f() {}
extern template void f<int>();