URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [gdb/] [testsuite/] [gdb.base/] [langs2.cxx] - Rev 157
Go to most recent revision | Compare with Previous | Blame | View Log
extern "C" int csub (int); int foo (int x) { return csub (x / 2); } extern "C" int cppsub_ (int *); int cppsub_ (int *y) { return foo (*y); }
Go to most recent revision | Compare with Previous | Blame | View Log