(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.test-framework/
dg-nocache-xif-exp-P.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-DNOT_THE_RIGHT_DEFINE" } */
       3  /* { dg-xfail-if "comment" { def_nocache } } */
       4  
       5  int
       6  main ()
       7  {
       8    return 0;
       9  }