Sign in
fuchsia
/
third_party
/
swift-clang
/
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2017-02-06-a
/
.
/
test
/
Preprocessor
/
expr_define_expansion.c
blob: 3e5a2c4b0e67718c546b32be72b586eca327ec2b [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 %s -E -CC -pedantic -verify
// expected-no-diagnostics
#define
FOO
&&
1
#if defined FOO FOO
#endif