(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
if-div.c
       1  /* { dg-do preprocess } */
       2  
       3  /* Test that this preprocesses without error.  */
       4  
       5  #if (-1)/2
       6  #endif