URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [inline-32.c] - Rev 708
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