URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [gdb/] [testsuite/] [gdb.hp/] [gdb.objdbg/] [objdbg02/] [x1.cc] - Rev 834
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