[Clang] replace 'bitfield' with 'bit-field' for consistency (#117881)
[llvm-project.git] / clang / test / Preprocessor / macro_fn_placemarker.c
blob17910544b8993e14354a880155c1502941549ca0
1 // RUN: %clang_cc1 %s -E | grep 'foo(A, )'
3 #define X(Y) foo(A, Y)
4 X()