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