CMake/Tests/LoadCommand/LoadedCommand.cxx

11 lines
126 B
C++
Raw Normal View History

#include "LoadedCommand.h"
2002-09-17 00:27:00 +04:00
int main ()
{
#ifdef CMAKE_IS_FUN
return SIZEOF_CHAR-1;
2002-09-17 00:27:00 +04:00
#else
return SIZEOF_SHORT;
2002-09-17 00:27:00 +04:00
#endif
}