URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [testsuite/] [gdb.hp/] [gdb.objdbg/] [objdbg01/] [x1.cc] - Rev 1765
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; }