aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/trad/comment-3.c
blob: 4694b1a922a7e151f2f2b027cb828a6db22668fb (plain)
1
2
3
4
5
6
7
8
/* Test we don't accept C++ comments.  */

/* { dg-do preprocess } */
/* APPLE LOCAL -Wextra-tokens 2001-08-01 --sts */
/* { dg-options "-traditional-cpp -Wextra-tokens" } */

#if 0
#endif //  /* { dg-warning "extra tokens" } */