aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.benjamin/warn04.C
blob: cb96ac67b33a06fa79cae058397f021d31a5a040 (plain)
1
2
3
4
5
6
7
8
9
// 980903 bkoz
// make sure this option works
// Build don't link: 
// Special g++ Options: -Wno-non-template-friend


template<class T> class task {
  friend void next_time(); //shouldn't give a warning
};