blob: ff3a6eb2c90980a0435eadd6bade9dae61f1c4f6 [file] [log] [blame]
int temp(const char *temp);
template <int> int g() { return temp("Hi"); }
int g1() { return temp("Hi"); }