Files
clang-p2996/clang/test/Preprocessor/macro_space.c
Dmitri Gribenko 4b8a84fdca FileCheck'ize tests
llvm-svn: 174815
2013-02-09 16:41:47 +00:00

7 lines
103 B
C

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