URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [testsuite/] [gdb.hp/] [gdb.objdbg/] [objdbg02/] [x1.cc] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
#include <stdio.h> extern void foo1(); extern void foo3(); struct foo_type; int main() { struct foo_type *x; printf("In main.\n"); foo1(); foo3(); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log