bolt/deps/llvm-18.1.8/clang/test/Preprocessor/macro_undef.c
2025-02-14 19:21:04 +01:00

4 lines
116 B
C

// RUN: %clang_cc1 -dM -undef -Dfoo=1 -E %s | FileCheck %s
// CHECK-NOT: #define __clang__
// CHECK: #define foo 1