aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/ident-1.c
blob: cb6c0dcf658864d24638563b286728e6b3a96e6d (plain)
1
2
3
4
5
6
7
8
/* { dg-do preprocess } */
/* { dg-options "" } */ /* shut off -pedantic */

/* Based on PR 16999 */

#ident "this is an ident"

/* { dg-final { scan-file "ident-1.i" "(^|\\n)#ident \"this is an ident\"($|\\n)" } } */