blob: 49971d58356a053da6f5c9d04a01e19e5981e00b [file] [log] [blame]
// Build don't link:
// GROUPS passed warnings
class K {
public:
void f() {
}; // there should be no warning about this semicolon
};