// Bug: g++ doesn't notice the overflow in the enum values. #include enum COLOR { red, green = ULONG_MAX, blue }; // ERROR - enum overflow