Files
llvm-project/clang/test/Preprocessor/hash_line.c
Chris Lattner 31eef321bf Initial checkin of testsuite
llvm-svn: 38538
2006-06-18 05:42:02 +00:00

9 lines
187 B
C

// The 1 and # should not go on the same line.
// RUN: clang %s -E | not grep "1 #" &&
// RUN: clang %s -E | grep '^1$' &&
// RUN: clang %s -E | grep '^ #$'
1
#define EMPTY
EMPTY #