diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/pr30551-2.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/pr30551-2.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/pr30551-2.c b/gcc/testsuite/gcc.dg/pr30551-2.c new file mode 100644 index 000000000..fdd5df668 --- /dev/null +++ b/gcc/testsuite/gcc.dg/pr30551-2.c @@ -0,0 +1,8 @@ +/* PR 30551 -Wmain is not enabled by default. */ +/* { dg-do compile } */ +/* { dg-options "" } */ + +void main(char a) {} /* { dg-bogus "first argument of .main. should be .int." } */ +/* { dg-bogus ".main. takes only zero or two arguments" "" { target *-*-* } 5 } */ +/* { dg-bogus "return type of .main. is not .int." "" { target *-*-* } 5 } */ + |