Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / cpp / ident.c
blob3820f4b43ad4c42f6f71d3536bb13f6dc93af432
1 /* Test #ident. */
2 /* { dg-do compile } */
3 /* { dg-options "" } */ /* shut off -pedantic */
5 #ident "this is an ident"
7 int dummy(void) { return 12; }