Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Modules / CMakeCXXCompilerABI.cpp
blobc9b0440b8eefbc81759da88078276059eca948c1
1 #ifndef __cplusplus
2 # error "A C compiler has been selected for C++."
3 #endif
5 /*--------------------------------------------------------------------------*/
7 #include "CMakeCompilerABI.h"
9 /*--------------------------------------------------------------------------*/
11 int main(int argc, char* argv[])
13 int require = 0;
14 require += info_sizeof_dptr[argc];
15 #if defined(ABI_ID)
16 require += info_abi[argc];
17 #endif
18 (void)argv;
19 return require;