summaryrefslogtreecommitdiffstats
path: root/test/Driver/preprocessor.c
blob: 51b6fc57867eb87dc4057d1e474fcf682db4f0f1 (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