enum __attribute__((flag_enum,enum_extensibility(open))) CEnum : int { A = 1 << 0, B = 1 << 1, };