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

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