CMake/Tests/CxxOnly/libcxx1.h
2006-07-21 11:43:26 -04:00

6 lines
57 B
C++

class LibCxx1Class
{
public:
static float Method();
};