(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
ident-1.c
       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)" } } */