aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.misc-tests/dg-8.c
blob: 63a5b0e73fa086067c7e3c90bdff9e39cd7e2788 (plain)
1
2
3
4
5
6
7
8
9
/* Test the tester.  */
/* { dg-prms-id 42 } */
/* { dg-options "-Wall" } */
/* { dg-do run } */
/* { dg-excess-errors "excess errors" } */

/* should get warning about defaulting return type - excess error */

main () { return 0; }