allwinner_a64/android/external/clang/test/Preprocessor/include-macros.c
2018-08-08 16:14:42 +08:00

4 lines
161 B
C

// RUN: %clang_cc1 -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