xref
: /
llvm-project
/
clang
/
test
/
Frontend
/
macros.c
(revision d281a7146a15f4fe308b5d506a2d32c29c3ca2a0)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// RUN: %clang_cc1 -DA= -DB=1 -verify -fsyntax-only %s
2
3
int
a
[(
B
A
) ==
1
?
1
:
-1
];
4
5