mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-07 14:12:09 +00:00
c6e68daac0
llvm-svn: 166280
7 lines
119 B
C
7 lines
119 B
C
// RUN: %clang_cc1 %s -E -CC -pedantic -verify
|
|
// expected-no-diagnostics
|
|
|
|
#define FOO && 1
|
|
#if defined FOO FOO
|
|
#endif
|