summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/dump-macros-spacing.c
blob: 335e37c97e0e6ba906686eab35837b4c30cb39ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// RUN: clang-cc -E -dD < %s | grep stdin | grep -v define
#define A A
/* 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 */
#define B B

OpenPOWER on IntegriCloud