(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.test-framework/
dg-dox-run-sf-exp-XP.c
       1  /* { dg-do run { xfail *-*-* } } */
       2  /* { dg-shouldfail "required comment" } */
       3  
       4  extern void abort (void);
       5  
       6  int
       7  main ()
       8  {
       9      abort ();  /* We want nonzero, but expect to fail; XPASS.  */
      10  }