namespace start {
typedef decltype(nullptr) t_NullPtr;
typedef decltype((nullptr)) t_ParenNullPtr;
}
