libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / c23-stdarg-7.c
blobb05a9623cd738430a9d2b80e0d6cf400abaffea8
1 /* Test C23 variadic functions with no named parameters, or last named
2 parameter with a declaration not allowed in C17. Execution tests. */
3 /* { dg-do run } */
4 /* { dg-options "-O2 -std=c23 -pedantic-errors" } */
6 #include "c23-stdarg-4.c"