blob: 7ed65d1b424d1faceb0b417e34ec33c74f7ec82e [file] [log] [blame]
Reid Spencer5f016e22007-07-11 17:01:13 +00001// The 1 and # should not go on the same line.
Daniel Dunbard7d5f022009-03-24 02:24:46 +00002// RUN: clang-cc %s -E | not grep "1 #" &&
3// RUN: clang-cc %s -E | grep '^1$' &&
4// RUN: clang-cc %s -E | grep '^ #$'
Reid Spencer5f016e22007-07-11 17:01:13 +000051
6#define EMPTY
7EMPTY #
8