enum {
	A = (unsigned char)0x321,
	B = (short)-2147438112,
	C = 0x80000003 * 2,
};

int a = A, b = B, c = C;