CMake Nightly Date Stamp
[kiteware-cmake.git] / Tests / NewlineArgs / cxxonly.cxx
blob33b26dc29c7aebad6bc72c57c97bf906faa702db
1 #include <stdio.h>
3 #include "libcxx1.h"
4 #include "libcxx2.h"
6 int main()
8 if (LibCxx1Class::Method() != 2.0) {
9 printf("Problem with libcxx1\n");
10 return 1;
12 #ifdef TEST_FLAG_3
13 return 0;
14 #else
15 printf("Problem with libcxx2.h include dir probably!\n");
16 return 1;
17 #endif