URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [inline2.c] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-Wall -std=gnu89" } */ /* This test should compile successfully. */ extern inline int foo (void) { return 0; } inline int foo (void) { return 1; }
Go to most recent revision | Compare with Previous | Blame | View Log