summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/ident-1.c
blob: da6e516d2f08bc60eaae4968f49a5572e4d71c62 (plain)
1
2
3
4
5
6
7
8
/* { dg-do preprocess } */
/* { dg-options "-Wno-deprecated" } */ /* 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)" } } */