2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / template / non-dependent4.C
blob637aabae4093213fa35595e9b560bce773b21a80
1 int temp(char *temp);
3 template <int> int g() { return temp("Hi"); }
4 int g1() { return temp("Hi"); }