aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/warnings1.C
blob: 02963623a22fde007d52aec137ca125d7ec3b093 (plain)
1
2
3
4
5
6
// Build don't link: 
// GROUPS passed warnings
// there should be a warning about foo only defining private methods
class foo {
  int bar();
};// ERROR - .*