template void someFunc() { } extern template void someFunc(); void otherFunc() { someFunc(); }