aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.jason/warning6.C
blob: 08acb7247ab9638982637f1d6e3f2b474623cf0c (plain)
1
2
3
4
5
6
7
// { dg-do assemble  }
// { dg-options "-Wunused" }

struct A {
  int i:8;
  virtual ~A() {}
};