llvm-project/clang/test/Preprocessor/macro_space.c

7 lines
103 B
C
Raw Normal View History

2013-02-10 00:41:47 +08:00
// RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s
#define XX
! XX,
2013-02-10 00:41:47 +08:00
// CHECK: {{^}}! ,{{$}}