1*67e74705SXin Li // RUN: %clang %s -E -dD | grep __INTMAX_MAX__ 2*67e74705SXin Li // RUN: %clang %s -E -dM | grep __INTMAX_MAX__ 3*67e74705SXin Li 4