blob: 4f724dfbba916eef2acc4912c7c9cb3523b8f871 [file] [log] [blame]
Chris Lattner31eef322006-06-18 05:42:02 +00001// The 1 and # should not go on the same line.
Daniel Dunbar8fbe78f2009-12-15 20:14:24 +00002// RUN: %clang_cc1 %s -E | not grep "1 #"
3// RUN: %clang_cc1 %s -E | grep '^1$'
4// RUN: %clang_cc1 %s -E | grep '^ #$'
Chris Lattner31eef322006-06-18 05:42:02 +000051
6#define EMPTY
7EMPTY #
8