1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-26 14:36:42 +08:00
CMake/Tests/NewlineArgs/libcxx1.h

10 lines
109 B
C++

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