cmake/Tests/NewlineArgs/libcxx1.h

10 lines
113 B
C
Raw Normal View History

class LibCxx1Class
{
public:
#ifdef TEST_FLAG_1
2018-08-09 18:06:22 +02:00
# ifdef TEST_FLAG_2
static float Method();
2018-08-09 18:06:22 +02:00
# endif
#endif
};