CMake/Tests/CxxOnly/libcxx2.cxx
2006-07-21 11:43:26 -04:00

7 lines
69 B
C++

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