1 /* { dg-do run { xfail *-*-* } } */
2 /* { dg-shouldfail "required comment" } */
3
4 int
5 main ()
6 {
7 return 0; /* We want nonzero but expect to fail; XFAIL. */
8 }
1 /* { dg-do run { xfail *-*-* } } */
2 /* { dg-shouldfail "required comment" } */
3
4 int
5 main ()
6 {
7 return 0; /* We want nonzero but expect to fail; XFAIL. */
8 }