1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 %s -E | grep " #" 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel Sambuc // Should put a space before the # so that -fpreprocessed mode doesn't 4*f4a2713aSLionel Sambuc // macro expand this again. 5*f4a2713aSLionel Sambuc #define HASH # 6*f4a2713aSLionel Sambuc HASH define foo bar 7