brintos

brintos / llvm-project-archived public Read only

0
0
Text · 182 B · 5da2066 Raw
5 lines · c
1// RUN: %clang_cc1 -fsyntax-only -std=c23 -verify %s2 3#define H1(X, ...)       X __VA_OPT__(##) __VA_ARGS__ // expected-error {{'##' cannot appear at start of __VA_OPT__ argument}}4 5