summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/macro_undef.c
blob: 4507cddcb796444a803e246bd91645894880ff30 (plain)
1
2
3
4
// RUN: clang-cc -dM -undef -Dfoo=1 -E %s | FileCheck %s

// CHECK-NOT: #define __clang__
// CHECK: #define foo 1
OpenPOWER on IntegriCloud