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  }