enum Flags : int {
    IS_NOT_TOP_TYPE = 0x1,
    MANGLE_RETURN_TYPE = 0x2,
    IGNORE_CONST = 0x4,
    IS_DMC = 0x8,
}

auto a = [b, c, d,];