aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/template/non-dependent4.C
blob: 637aabae4093213fa35595e9b560bce773b21a80 (plain)
1
2
3
4
int temp(char *temp);

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