aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/macro_space.c
blob: 8a47a3b08f688561f7325238a5b275e9110d8843 (plain) (blame)
1
2
3
4
5
6
// RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s

#define XX
! XX,

// CHECK: {{^}}! ,{{$}}