aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/ident.c
blob: 3820f4b43ad4c42f6f71d3536bb13f6dc93af432 (plain)
1
2
3
4
5
6
7
/* Test #ident.  */
/* { dg-do compile } */
/* { dg-options "" } */ /* shut off -pedantic */

#ident "this is an ident"

int dummy(void) { return 12; }