Files
clang-p2996/clang/test/Preprocessor/dump-options.c
Chris Lattner cac63f359e Implement support for GCC's -dD mode, which dumps -E output *and*
macro definitions.

llvm-svn: 68884
2009-04-12 01:56:53 +00:00

4 lines
96 B
C

// RUN: clang %s -E -dD | grep __INTMAX_MAX__ &&
// RUN: clang %s -E -dM | grep __INTMAX_MAX__