zot_macro_tgt.cxx 122 B

1234567
  1. #define ZOT_TGT(x) <zot_##x##_tgt.hxx>
  2. #include ZOT_TGT(macro)
  3. const char* zot_macro_tgt_f()
  4. {
  5. return zot_macro_tgt;
  6. }