URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [lto/] [20081120-1_1.c] - Rev 753
Go to most recent revision | Compare with Previous | Blame | View Log
extern int stat(void) __asm__("" "stat64"); extern inline int stat(void) { } static void foo(void) { stat(); }
Go to most recent revision | Compare with Previous | Blame | View Log