xref
: /
external
/
llvm-project
/
clang
/
test
/
Driver
/
preprocessor.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// RUN: %clang -E -x c-header %s > %t
2
// RUN: grep 'B B' %t
3
4
#
define
A
B
5
A
A
6
7