URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [20040409-1.c] - Rev 816
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));