#include "stdafx.h" enum E { e = 0x100000000LL, }; int main() { printf("%d\n", sizeof(E)); return 0; }