Daniel Dunbar | ffd408a | 2009-03-24 02:24:46 +0000 | [diff] [blame] | 1 | // RUN: clang-cc %s -E | grep " #" |
Chris Lattner | 4b00965 | 2007-07-25 00:24:17 +0000 | [diff] [blame] | 2 | |
3 | // Should put a space before the # so that -fpreprocessed mode doesn't | ||||
4 | // macro expand this again. | ||||
5 | #define HASH # | ||||
6 | HASH define foo bar |