]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr30551-3.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr30551-3.c
1 /* PR 30551 -Wmain is enabled by -pedantic-errors. */
2 /* { dg-do compile } */
3 /* { dg-options "-pedantic-errors" } */
4 void main(char a) {} /* { dg-error "first argument of .main. should be .int." "int" } */
5 /* { dg-error ".main. takes only zero or two arguments" "zero or two" { target *-*-* } .-1 } */
6 /* { dg-error "return type of .main. is not .int." "return type" { target *-*-* } .-2 } */