[ERROR]
A non-integral value was assigned to a member of an enum or the enumeration value does not fit into the size specified for the enum (in ANSI-C the enumeration type is int).
enum E {
F="Hello"
};
Enum-members may only get int-values.