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/] [baz.c] - Rev 248
Go to most recent revision | Compare with Previous | Blame | View Log
static int bazx = 'b' + 'a' + 'z'; int baz (int x) { if (x) return bazx; else return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log