aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/cpp/dir-only-9.c
blob: d11cd97cb718132f2f98756fc7dd015527a09aa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* PR preprocessor/103130 */
/* { dg-do preprocess } */
/* { dg-options -fdirectives-only } */

/*\
 * this is a comment
\*/

int
main ()
{
  return 0;
}