URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [inline-32.c] - Rev 298
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do link } */ /* { dg-options "-std=c99 -pedantic-errors" } */ /* { dg-additional-sources inline-32a.c } */ inline int f (void) { return 0; } int main (void) { extern int f(); return f (); }
Go to most recent revision | Compare with Previous | Blame | View Log