warnings1.C   [plain text]


// Build don't link: 
// GROUPS passed warnings
// there should be a warning about foo only defining private methods
class foo { // ERROR - .*
  int bar();
};