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