(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
pr60156.c
       1  /* PR c/60156 */
       2  /* { dg-do compile } */
       3  /* { dg-options "-Wpedantic" } */
       4  
       5  int
       6  main (int argc, char *argv[], ...) /* { dg-warning "declared as variadic function" } */
       7  {
       8    return 0;
       9  }