URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-6.8/] [gdb/] [testsuite/] [gdb.hp/] [gdb.objdbg/] [objdbg02/] [x2.cc] - Rev 307
Go to most recent revision | Compare with Previous | Blame | View Log
#include <stdio.h> struct foo_type { int t1; int t2; }; static void foo2() { printf("In foo2.\n"); } void foo1() { printf("In foo1.\n"); foo2(); }
Go to most recent revision | Compare with Previous | Blame | View Log