summaryrefslogtreecommitdiff
path: root/Tests/BuildDepends/Project/zot_macro_tgt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/BuildDepends/Project/zot_macro_tgt.cxx')
-rw-r--r--Tests/BuildDepends/Project/zot_macro_tgt.cxx7
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 000000000..182ee16fd
--- /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;
+}