[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Preprocessor / macro_undef.c
blobc842c850f3df488f018496ad61e41ae0636ef6d0
1 // RUN: %clang_cc1 -dM -undef -Dfoo=1 -E %s | FileCheck %s
3 // CHECK-NOT: #define __clang__
4 // CHECK: #define foo 1