diff options
Diffstat (limited to 'Tests/BuildDepends/Project/ninjadep.cpp')
-rw-r--r-- | Tests/BuildDepends/Project/ninjadep.cpp | 6 |
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 0000000..8d61336 --- /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); +} |