URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [special/] [wkali-2b.c] - Rev 298
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do run } */ extern int foo(void) __attribute__((alias("bar_b"))); int bar_b(void) { return 1; }
Go to most recent revision | Compare with Previous | Blame | View Log