OSDN Git Service

cp:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.brendan / warnings2.C
1 // { dg-do assemble  }
2 // GROUPS passed warnings
3 class K {
4 public:
5         void f() {
6         }; // there should be no warning about this semicolon
7 };