rt_gccstream/gcc/testsuite/g++.old-deja/g++.benjamin/warn04.C

10 lines
204 B
C

// { dg-do assemble }
// { dg-options "-Wno-non-template-friend" }
// 980903 bkoz
// make sure this option works
template<class T> class task {
friend void next_time(); //shouldn't give a warning
};