brintos

brintos / llvm-project-archived public Read only

0
0
Text · 171 B · f1430e9 Raw
8 lines · c
1// RUN: %clang_cc1 -E %s | FileCheck %s --match-full-lines --strict-whitespace2// CHECK:   zzap3 4// zzap is on a new line, should be indented.5#define BLAH  zzap6   BLAH7 8