summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gold/testsuite/odr_header2.h
blob: 0fb9449a04faf62da386f9ea700d877e67390ca1 (plain)
1
2
3
4
struct OdrBase {
  virtual ~OdrBase() {
  }
};