2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.benjamin / warn04.C
blob8319e989aaed4cf7e3eb76b6c54c5a1194b9633f
1 // { dg-do assemble  }
2 // { dg-options "-Wno-non-template-friend" }
3 // 980903 bkoz
4 // make sure this option works
7 template<class T> class task {
8   friend void next_time(); //shouldn't give a warning
9 };