URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.1/] [gdb/] [testsuite/] [gdb.hp/] [gdb.objdbg/] [objdbg01/] [x1.cc] - Rev 227
Compare with Previous | Blame | View Log
#include <stdio.h> #include "x3.h" extern void foo(); extern int acomm; int main3() { return 1; } int main2() { return 0; } int main() { acomm = 1; (new Info<PP>)->p(new PP); foo(); return 0; }