summaryrefslogtreecommitdiffstats
path: root/test/Driver/preprocessor.c
blob: ec1f42f5bafd553a2740187589660cdce42035f5 (plain)
1
2
3
4
5
6
// RUN: clang -E -x c-header %s > %t &&
// RUN: grep 'B B' %t

#define A B
A A

OpenPOWER on IntegriCloud