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