macro_arg_keyword.c 86 B

123456
  1. // RUN: %clang_cc1 -E %s | grep xxx-xxx
  2. #define foo(return) return-return
  3. foo(xxx)