mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 18:00:31 -05:00
6 lines
119 B
C
6 lines
119 B
C
// RUN: %clang_cc1 %s -E -CC -pedantic -verify
|
|
// expected-no-diagnostics
|
|
|
|
#define FOO && 1
|
|
#if defined FOO FOO
|
|
#endif
|