// { dg-do link } // GROUPS passed templates template void foo(T t); template <> void foo(int i) {} int main() { (void (*)(int)) &foo; }