opnsense-src/test/Preprocessor/include-macros.c

5 lines
161 B
C
Raw Normal View History

2010-01-01 05:34:51 -05:00
// RUN: %clang_cc1 -E -Dtest=FOO -imacros %S/pr2086.h %s | grep 'HERE: test'
2009-06-02 13:58:47 -04:00
// This should not be expanded into FOO because pr2086.h undefs 'test'.
HERE: test