diff options
Diffstat (limited to 'Tests/BuildDepends/Project/zot_macro_tgt.cxx')
-rw-r--r-- | Tests/BuildDepends/Project/zot_macro_tgt.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/BuildDepends/Project/zot_macro_tgt.cxx b/Tests/BuildDepends/Project/zot_macro_tgt.cxx new file mode 100644 index 0000000..182ee16 --- /dev/null +++ b/Tests/BuildDepends/Project/zot_macro_tgt.cxx @@ -0,0 +1,7 @@ +#define ZOT_TGT(x) <zot_##x##_tgt.hxx> +#include ZOT_TGT(macro) + +const char* zot_macro_tgt_f() +{ + return zot_macro_tgt; +} |