blob: 31f708ce73ad382f42888f689c3a60402c6656da [file] [log] [blame]
Chris Lattner31eef322006-06-18 05:42:02 +00001// The 1 and # should not go on the same line.
Daniel Dunbar8b576972009-11-08 01:45:36 +00002// RUN: clang-cc %s -E | not grep "1 #"
3// RUN: clang-cc %s -E | grep '^1$'
Daniel Dunbara45cf5b2009-03-24 02:24:46 +00004// RUN: clang-cc %s -E | grep '^ #$'
Chris Lattner31eef322006-06-18 05:42:02 +000051
6#define EMPTY
7EMPTY #
8