Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
1e63492a1408c0152251cc9e77cf42b7fd53169f
/
.
/
test
/
Driver
/
preprocessor.c
blob: ec1f42f5bafd553a2740187589660cdce42035f5 [
file
] [
log
] [
blame
]
Daniel Dunbar
0b5b0da
2009-04-01 05:09:09 +0000
[
diff
] [
blame
]
1
// RUN: clang -E -x c-header %s > %t &&
2
// RUN: grep 'B B' %t
3
4
#define
A B
5
A A
6