1 /* { dg-do preprocess } */
2 /* { dg-options "-Wno-deprecated" } */ /* shut off -pedantic */
3 
4 /* Based on PR 16999 */
5 
6 #ident "this is an ident"
7 
8 /* { dg-final { scan-file "ident-1.i" "(^|\\n)#ident \"this is an ident\"($|\\n)" } } */
9