mirror of
https://github.com/reactos/CMake.git
synced 2025-02-03 02:24:13 +00:00
11 lines
121 B
C++
11 lines
121 B
C++
|
#include "libcxx1.h"
|
||
|
|
||
|
#ifdef TEST_FLAG_1
|
||
|
#ifdef TEST_FLAG_2
|
||
|
float LibCxx1Class::Method()
|
||
|
{
|
||
|
return 2.0;
|
||
|
}
|
||
|
#endif
|
||
|
#endif
|