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