Merge topic 'vs-framework-references'
[kiteware-cmake.git] / Tests / NewlineArgs / libcxx1.h
blob8bb09cdc2335c9beed62485d6e809d6258edfa6c
1 class LibCxx1Class
3 public:
4 #ifdef TEST_FLAG_1
5 # ifdef TEST_FLAG_2
6 static float Method();
7 # endif
8 #endif
9 };