#include #include #include #include #include #include #if defined(__linux__) #include #endif #include "toku_os.h" int main(int argc, char *const argv[]) { int verbose = 0; int i; for (i=1; i (1ULL << 32)); #elif __WORDSIZE == 32 assert(maxdata < (1ULL << 32)); #else #error #endif #else assert(maxdata > (1ULL << 32)); #endif return 0; }