2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / net47.C
blob02621101246db2f49c3697ce80f82d2b567134e7
1 // { dg-do assemble  }
2 // { dg-options "-w -fpermissive" }
4 class foo {};
5 class bar : foo {
6 public:
7   bar () : () {}
8 };