summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/include-macros.c
blob: d64ee5e3e6d9c50453f6b0358db1bac18b6c8d35 (plain)
1
2
3
4
// 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
OpenPOWER on IntegriCloud