aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/warning6.C
blob: 920a4694acd64075fbde51202cf205499e13cfbb (plain)
1
2
3
4
5
6
7
// Special g++ Options: -Wunused
// Build don't link:

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