2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / warnings2.C
blob665c7a425545e6437fb2ea0e4fde2426f2bb67f8
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 };