blob: 665c7a425545e6437fb2ea0e4fde2426f2bb67f8 [file] [log] [blame]
// { dg-do assemble }
// GROUPS passed warnings
class K {
public:
void f() {
}; // there should be no warning about this semicolon
};