Files
CMake/Tests/NewlineArgs/libcxx1.h
T
2007-03-06 14:52:39 -05:00

10 lines
109 B
C++

class LibCxx1Class
{
public:
#ifdef TEST_FLAG_1
#ifdef TEST_FLAG_2
static float Method();
#endif
#endif
};