OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / ident.c
1 /* Test #ident.  */
2 /* { dg-do compile } */
3 /* { dg-options "-Wno-deprecated" } */ /* shut off -pedantic */
4
5 #ident "this is an ident"
6
7 int dummy(void) { return 12; }