1 2 3 4
typeof(nullptr) x = 0; static_assert(sizeof x == sizeof(char *)); int *y = nullptr; bool z = nullptr;