libcxx1.cxx 121 B

12345678910
  1. #include "libcxx1.h"
  2. #ifdef TEST_FLAG_1
  3. #ifdef TEST_FLAG_2
  4. float LibCxx1Class::Method()
  5. {
  6. return 2.0;
  7. }
  8. #endif
  9. #endif