TZIVI-254: IVI needs a newer version of cmake
[profile/ivi/cmake.git] / Tests / NewlineArgs / libcxx1.cxx
1 #include "libcxx1.h"
2
3 #ifdef TEST_FLAG_1
4 #ifdef TEST_FLAG_2
5 float LibCxx1Class::Method()
6 {
7   return 2.0;
8 }
9 #endif
10 #endif