summaryrefslogtreecommitdiff
path: root/test/Preprocessor/indent_macro.c
blob: f1430e9576422893a9bc640aca512c5bbb3d1083 (plain)
1
2
3
4
5
6
7
// RUN: %clang_cc1 -E %s | FileCheck %s --match-full-lines --strict-whitespace
// CHECK:   zzap

// zzap is on a new line, should be indented.
#define BLAH  zzap
   BLAH