hash_space.c 172 B

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