aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/warnings2.C
blob: 49971d58356a053da6f5c9d04a01e19e5981e00b (plain)
1
2
3
4
5
6
7
// Build don't link: 
// GROUPS passed warnings
class K {
public:
        void f() {
        }; // there should be no warning about this semicolon
};