1 // { dg-do compile { target c++11 } }
2 // { dg-options "-pedantic" }
3 
f()4 template <typename> void f() {}
5 extern template void f<int>();
6