mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 16:30:53 -05:00
4 lines
161 B
C
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
|