URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.1/] [gdb/] [testsuite/] [gdb.cp/] [pr10728-y.cc] - Rev 227
Compare with Previous | Blame | View Log
#include "pr10728-x.h" struct Y{}; X* y() { static X xx; static Y yy; xx.y1 = &yy; xx.y2 = xx.y1+1; return &xx; }