Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / NewlineArgs / libcxx1.h
blobea094d75826f6aa3d780e9eb0e8bdcbb15148555
1 class LibCxx1Class
3 public:
4 #ifdef TEST_FLAG_1
5 #ifdef TEST_FLAG_2
6 static float Method();
7 #endif
8 #endif
9 };