aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/ident.c
blob: 5477cbe10671a8fa9ab57bf6a0d6dffdfc8cca67 (plain)
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; }