dump-macros-undef.c 142 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 // RUN: %clang_cc1 -E -dD %s | FileCheck %s // PR7818 // CHECK: # 1 "{{.+}}.c" #define X 3 // CHECK: #define X 3 #undef X // CHECK: #undef X