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