(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.test-framework/
dg-do-run-sft-nocache-exp-P.c
       1  /* { dg-do run } */
       2  /* { dg-options "-DDEFINED" } */
       3  /* { dg-shouldfail "comment" { def_nocache } { "*" } { "" } } */
       4  
       5  extern void abort (void);
       6  
       7  int
       8  main ()
       9  {
      10      abort ();  /* We expect nonzero exit, so this passes.  */
      11  }