Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Modules / CMakeCXXCompilerABI.cpp
blob7fb361887096e07e946464726488466a310a8534
1 #ifndef __cplusplus
2 # error "A C compiler has been selected for C++."
3 #endif
5 /*--------------------------------------------------------------------------*/
7 #include "CMakeCompilerABI.h"
9 /*--------------------------------------------------------------------------*/
11 /* Make sure the information strings are referenced. */
12 #define REQUIRE(x) (&x[0] != &require)
14 int main()
16 const char require = 0;
17 return
19 REQUIRE(info_sizeof_dptr)
20 #if defined(ABI_ID)
21 && REQUIRE(info_abi)
22 #endif