1 /* Test omitted parameter names in C23. Execution test. */
3 /* { dg-options "-std=c23 -pedantic-errors" } */
5 extern void abort (void);
6 extern void exit (int);
9 f (int a
, int [++a
], int b
)
11 /* Verify array size expression of unnamed parameter is processed as