allwinner_a64/android/toolchain/binutils/binutils-2.25/gold/testsuite/odr_header1.h
2018-08-08 20:10:12 +08:00

6 lines
81 B
C

#include "odr_header2.h"
struct OdrDerived : OdrBase {
~OdrDerived() {
}
};