aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/ident-1.c
blob: 5437296ddd1aa65be9b9e2d1e81860f6524d55f1 (plain)
1
2
3
4
5
6
7
/* { dg-do preprocess } */

/* Based on PR 16999 */

#ident "this is an ident"

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