Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / SimpleExclude / dirC / dirB / t6.c
blobe8877df606c1faaf1ef2699be91b8a5260c56c6c
1 #include <stdio.h>
3 int tlib6func()
5 Should not be build unless target directory B, or C are build;
6 printf("This is T6\n");
7 return 6;