Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / BuildDepends / Project / zot.cxx
blob775fd3b438370cfc1442959660752d3bda15ce68
1 #include <zot.hxx>
2 #include <zot_custom.hxx>
3 #include <stdio.h>
5 const char* zot_macro_dir_f();
6 const char* zot_macro_tgt_f();
8 int main()
10 printf("[%s] [%s] [%s] [%s]\n", zot, zot_custom,
11 zot_macro_dir_f(), zot_macro_tgt_f());
12 fflush(stdout);
13 return 0;