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