int temp(char *temp);

template <int> int g() { return temp("Hi"); }
int g1() { return temp("Hi"); }


syntax highlighted by Code2HTML, v. 0.9.1