odr_header1.h 81 B

123456
  1. #include "odr_header2.h"
  2. struct OdrDerived : OdrBase {
  3. ~OdrDerived() {
  4. }
  5. };