Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / ComplexRelativePaths / Library / testConly.c
blob2d83f778e0c9874f737658c7d2efcb6ff9be5e13
1 #include "testConly.h"
2 #include <stdio.h>
4 int CsharedFunction()
6 #ifndef TEST_C_FLAGS
7 printf("TEST_C_FLAGS failed\n");
8 return 0;
9 #else
10 printf("Passed: TEST_C_FLAGS passed\n");
11 #endif
12 return 1;