libcxx1.h 109 B

123456789
  1. class LibCxx1Class
  2. {
  3. public:
  4. #ifdef TEST_FLAG_1
  5. #ifdef TEST_FLAG_2
  6. static float Method();
  7. #endif
  8. #endif
  9. };