#include using namespace std; class a {}; void f(int b, string x) { cout << "foobar" << endl; } void g(int b, string x) { cout << "blahbar" << endl; } template void h(T x) { cout << "blahbar" << endl; } int main() { return 0; }