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

7 lines
103 B
C

// RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s
#define XX
! XX,
// CHECK: {{^}}! ,{{$}}