summaryrefslogtreecommitdiff
path: root/Tests/BuildDepends/Project/ninjadep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/BuildDepends/Project/ninjadep.cpp')
-rw-r--r--Tests/BuildDepends/Project/ninjadep.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/BuildDepends/Project/ninjadep.cpp b/Tests/BuildDepends/Project/ninjadep.cpp
new file mode 100644
index 000000000..8d6133613
--- /dev/null
+++ b/Tests/BuildDepends/Project/ninjadep.cpp
@@ -0,0 +1,6 @@
+#include <stdio.h>
+#include "dir/header.h"
+
+int main() {
+ printf("HEADER_STRING: %s\n", HEADER_STRING);
+}