llvm-project/clang/test/Preprocessor/include-macros.c
2009-04-08 20:53:24 +00:00

5 lines
156 B
C

// RUN: clang-cc -E -Dtest=FOO -imacros pr2086.h %s | grep 'HERE: test'
// This should not be expanded into FOO because pr2086.h undefs 'test'.
HERE: test