ident.c   [plain text]


/* Test #ident.  */
/* { dg-do compile } */
/* { dg-options "" } */ /* shut off -pedantic */

#ident "this is an ident"

int dummy(void) { return 12; }