STYLE: Nightly Date Stamp
[cmake.git] / Tests / CxxOnly / cxxonly.cxx
blob99ccf3b615c86ebf5a58f91a3ebeeba3c502bb5e
1 #include "libcxx1.h"
2 #include "libcxx2.h"
4 #include <stdio.h>
6 int main ()
8 if ( LibCxx1Class::Method() != 2.0 )
10 printf("Problem with libcxx1\n");
11 return 1;
13 if ( LibCxx2Class::Method() != 1.0 )
15 printf("Problem with libcxx2\n");
16 return 1;
18 return 0;