(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
cpp/
dir-only-9.c
       1  /* PR preprocessor/103130 */
       2  /* { dg-do preprocess } */
       3  /* { dg-options -fdirectives-only } */
       4  
       5  /*\
       6   * this is a comment
       7  \*/
       8  
       9  int
      10  main ()
      11  {
      12    return 0;
      13  }