URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [gdb/] [testsuite/] [gdb.hp/] [gdb.objdbg/] [objdbg01/] [x1.cc] - Rev 834
Go to most recent revision | 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; }
Go to most recent revision | Compare with Previous | Blame | View Log