xref: /llvm-project/clang/test/C/C23/n3033_2.c (revision 50c81128de8616117118564eff22cf508cba7848)
1 // RUN: %clang_cc1 -fsyntax-only -std=c23 -verify %s
2 
3 #define H1(X, ...)       X __VA_OPT__(##) __VA_ARGS__ // expected-error {{'##' cannot appear at start of __VA_OPT__ argument}}
4 
5