summaryrefslogtreecommitdiff
path: root/Tests/NewlineArgs/libcxx1.h
blob: 8bb09cdc2335c9beed62485d6e809d6258edfa6c (plain)
1
2
3
4
5
6
7
8
9
class LibCxx1Class
{
public:
#ifdef TEST_FLAG_1
#  ifdef TEST_FLAG_2
  static float Method();
#  endif
#endif
};