Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / pr30551-3.c
blob9151b1e3adaea81b50d0d2ec05dbb8510934925e
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 } */