2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / warning6.C
blob08acb7247ab9638982637f1d6e3f2b474623cf0c
1 // { dg-do assemble  }
2 // { dg-options "-Wunused" }
4 struct A {
5   int i:8;
6   virtual ~A() {}
7 };