CMake/Tests/CxxOnly/libcxx1.cxx

7 lines
69 B
C++

#include "libcxx1.h"
float LibCxx1Class::Method()
{
return 2.0;
}