aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.test-framework/dg-excess-errors-exp-XP.c
blob: 4aecca3ba340a1df2115d74df7bb1660ef850f7c (plain)
1
2
3
4
5
6
7
8
9
/* Test the tester.  */
/* { dg-prms-id 42 } */
/* { dg-options "-Wall" } */
/* { dg-do compile } */
/* { dg-excess-errors "excess errors" } */

/* No messages, so unexpected pass.  */

int main () { return 0; }