summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/warnings2.C
blob: 665c7a425545e6437fb2ea0e4fde2426f2bb67f8 (plain)
1
2
3
4
5
6
7
// { dg-do assemble  }
// GROUPS passed warnings
class K {
public:
        void f() {
        }; // there should be no warning about this semicolon
};