diff options
Diffstat (limited to 'Tests/BuildDepends/Project/zot.cxx')
-rw-r--r-- | Tests/BuildDepends/Project/zot.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/BuildDepends/Project/zot.cxx b/Tests/BuildDepends/Project/zot.cxx index 703ca38..356b078 100644 --- a/Tests/BuildDepends/Project/zot.cxx +++ b/Tests/BuildDepends/Project/zot.cxx @@ -1,9 +1,10 @@ #include <zot.hxx> +#include <zot_custom.hxx> #include <stdio.h> int main() { - printf("%s\n", zot); + printf("[%s] [%s]\n", zot, zot_custom); fflush(stdout); return 0; } |