URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [ident.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test #ident. */ /* { dg-do compile } */ /* { dg-options "-Wno-deprecated" } */ /* shut off -pedantic */ #ident "this is an ident" int dummy(void) { return 12; }
Go to most recent revision | Compare with Previous | Blame | View Log