URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [20040409-1.c] - Rev 708
Go to most recent revision | Compare with Previous | Blame | View Log
/* This tests to make sure that the attribute noreturn can be used on function pointers. */ int (*temp) (void) __attribute__((noreturn));
Go to most recent revision | Compare with Previous | Blame | View Log