Merge from mainline
[official-gcc.git] / gcc / testsuite / g++.dg / template / non-dependent4.C
blobff3a6eb2c90980a0435eadd6bade9dae61f1c4f6
1 int temp(const char *temp);
3 template <int> int g() { return temp("Hi"); }
4 int g1() { return temp("Hi"); }