/* PR preprocessor/103130 */
/* { dg-do preprocess } */
/* { dg-options -fdirectives-only } */

/*\
 * this is a comment
\*/

int
main ()
{
  return 0;
}
