// Build don't run: // GROUPS passed templates template void foo(T t); template <> void foo(int i) {} int main() { (void (*)(int)) &foo; }