is_constexpr
s += is_constexpr(ptr++);
s += is_constexpr((i++, 1));
s += is_constexpr(sizeof *ptr);
s += is_constexpr(ptr + 1);
s += is_constexpr(&ptr + 1);
s += is_constexpr(*(((char *)&ptr) + 1));