libcxx2.cxx 69 B

123456
  1. #include "libcxx2.h"
  2. float LibCxx2Class::Method()
  3. {
  4. return 1.0;
  5. }