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