6 lines
306 B
C
6 lines
306 B
C
// PR 30551 -Wmain is enabled by -pedantic/-pedantic-errors.
|
|
// { dg-do compile }
|
|
// { dg-options "-pedantic-errors" }
|
|
int main(char a) {} /* { dg-error "first argument of .*main.* should be .int." "int" } */
|
|
/* { dg-error "main.* takes only zero or two arguments" "zero or two" { target *-*-* } .-1 } */
|