URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.1/] [gdb/] [testsuite/] [gdb.base/] [list0.c] - Rev 248
Go to most recent revision | Compare with Previous | Blame | View Log
#include "list0.h" int main () { int x; #ifdef usestubs set_debug_traps(); breakpoint(); #endif x = 0; foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); foo (x++); return 0; } static void unused () { /* Not used for anything */ }
Go to most recent revision | Compare with Previous | Blame | View Log