cmake/Tests/NewlineArgs/libcxx1.h
2009-10-04 10:30:41 +03:00

10 lines
109 B
C++

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