forked from OSchip/llvm-project
6 lines
92 B
C
6 lines
92 B
C
|
// RUN: %clang_cc1 %s -E -CC -pedantic -verify
|
||
|
|
||
|
#define FOO && 1
|
||
|
#if defined FOO FOO
|
||
|
#endif
|