URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [gdb/] [testsuite/] [gdb.base/] [int-type.c] - Rev 1765
Compare with Previous | Blame | View Log
int x; int y; int z; int w; int main () { #ifdef usestubs set_debug_traps(); breakpoint(); #endif x = 14; y = 3; z = 2; w = 2; return 0; }