URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.3/] [gdb/] [testsuite/] [gdb.base/] [langs2.cxx] - Rev 1773
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