cmake/Tests/CxxOnly/libcxx2.cxx

7 lines
69 B
C++
Raw Normal View History

#include "libcxx2.h"
float LibCxx2Class::Method()
{
return 1.0;
}