1 // RUN: %clang %s -E -DCLI_MACRO=1 2>&1 | FileCheck %s
4 // CHECK: macro_redefined.S{{.+}}: warning: 'CLI_MACRO' macro redefined
5 // CHECK: <command line>{{.+}}: note: previous definition is here
8 #define REGULAR_MACRO 1
9 // CHECK: macro_redefined.S{{.+}}: warning: 'REGULAR_MACRO' macro redefined
10 // CHECK: macro_redefined.S{{.+}}: note: previous definition is here