2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / explicit42.C
blob770fbbeea1e1141b9ca3327c7a56151debe1ce55
1 // { dg-do run  }
2 extern "C" void abort(void);
4 template <int I>
5 void f(int i)
9 template <void*>
10 void f(int i) 
11
12   abort();
15 int main()
17   f<0>(3);