1 2 3
// errors: 1 // this should set A to INT_MAX and B should overflow and be an error enum { A = -1u, B} e;