summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gold/testsuite/odr_header1.h
blob: 3d9c48808e26e6feef21fa25ad14e51bb0129b2a (plain)
1
2
3
4
5
6
#include "odr_header2.h"

struct OdrDerived : OdrBase {
  ~OdrDerived() {
  }
};