gold: Allow use_plt_offset to be specified for global relocations.
[binutils-gdb.git] / gold / testsuite / odr_header1.h
1 #include "odr_header2.h"
2
3 struct OdrDerived : OdrBase {
4 ~OdrDerived() {
5 }
6 };