(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
ident.c
       1  /* Test #ident.  */
       2  /* { dg-do compile } */
       3  /* { dg-options "-Wno-deprecated" } */ /* shut off -pedantic */
       4  
       5  #ident "this is an ident"
       6  
       7  int dummy(void) { return 12; }