2008-05-30 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / ident.c
blob5477cbe10671a8fa9ab57bf6a0d6dffdfc8cca67
1 /* Test #ident. */
2 /* { dg-do compile } */
3 /* { dg-options "-Wno-deprecated" } */ /* shut off -pedantic */
5 #ident "this is an ident"
7 int dummy(void) { return 12; }