int temp(const char *temp); template int g() { return temp("Hi"); } int g1() { return temp("Hi"); }