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