2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / crash24.C
blob8b0a87e445c0e431efae212008407b84bea00fc3
1 // { dg-do assemble  }
3 template<typename T, template <class> class U> void template_fn (T);
4 template<typename T> void callme ( void (*)(T));
6 template<typename T> struct S1;
8 int main()
10   callme(&template_fn<double, S1>);