1// RUN: %clang_cc1 %s -E -CC -pedantic -verify
2// expected-no-diagnostics
3
4#define FOO && 1
5#if defined FOO FOO
6#endif
7