libcxx1.cxx 69 B

123456
  1. #include "libcxx1.h"
  2. float LibCxx1Class::Method()
  3. {
  4. return 2.0;
  5. }