testlib.cxx 56 B

123456
  1. #include "testlib.h"
  2. float TestLib()
  3. {
  4. return 1.0;
  5. }