Sign in
llvm
/
llvm-project
/
refs/heads/users/ojhunt/while-loop-scope
/
.
/
clang
/
test
/
C
/
C23
/
n3033_2.c
blob: 5da206658690cd295a61422cdb50d4ed236bb08d [
file
] [
log
] [
blame
] [
edit
]
// RUN: %clang_cc1 -fsyntax-only -std=c23 -verify %s
#define
H1
(
X
,
...)
X __VA_OPT__
(##)
__VA_ARGS__
// expected-error {{'##' cannot appear at start of __VA_OPT__ argument}}