Sign in
fuchsia
/
third_party
/
swift-clang
/
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2016-09-30-a
/
.
/
test
/
Preprocessor
/
macro_not_define.c
blob: 82648d47d447bfe53402ccdc433ca2ddd4ea835e [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -E %s | grep '^ # define X 3$'
#define
H
#
#define
D define
#define
DEFINE
(
a
,
b
)
H D a b
DEFINE
(
X
,
3
)