cmake/Tests/NewlineArgs/libcxx1.cxx

11 lines
125 B
C++
Raw Normal View History

#include "libcxx1.h"
#ifdef TEST_FLAG_1
2018-08-09 18:06:22 +02:00
# ifdef TEST_FLAG_2
float LibCxx1Class::Method()
{
return 2.0;
}
2018-08-09 18:06:22 +02:00
# endif
#endif