* cgen.c (gas_cgen_parse_operand): Do not set BSF_RELC flag on
[binutils.git] / gold / testsuite / odr_header1.h
blob3d9c48808e26e6feef21fa25ad14e51bb0129b2a
1 #include "odr_header2.h"
3 struct OdrDerived : OdrBase {
4 ~OdrDerived() {
6 };