aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c23-stdarg-8.c
blob: 81140312731fc3ce2dd3b834194ba5d800811e5e (plain)
1
2
3
4
5
6
/* Test C23 variadic functions with no named parameters, or last named
   parameter with a declaration not allowed in C17.  Execution tests.  */
/* { dg-do run } */
/* { dg-options "-O2 -std=c23 -pedantic-errors" } */

#include "c23-stdarg-6.c"