macro_fn_placemarker.c 72 B

12345
  1. // RUN: %clang_cc1 %s -E | grep 'foo(A, )'
  2. #define X(Y) foo(A, Y)
  3. X()