Files
clang-p2996/clang/test/Preprocessor/include-macros.c
2009-04-10 16:51:32 +00:00

5 lines
159 B
C

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