aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr30551-2.c
blob: aa3c117c413e1bb099bed5f0f9d0e2e7a2025824 (plain)
1
2
3
4
5
6
7
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." "int" } */
/* { dg-bogus ".main. takes only zero or two arguments" "zero or two" { target *-*-* } 5 } */ 
/* { dg-bogus "return type of .main. is not .int." "return type" { target *-*-* } 5 } */