2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb86.C
blobd854afe16f706e216a9fb489259ae567f3b53718
1 // { dg-do assemble  }
2 template <class T> void foo ();
4 template <class T>
5 class Q {
6     friend void foo<T> ();
7 };