URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20000504-1.c] - Rev 26
Go to most recent revision | Compare with Previous | Blame | View Log
struct foo { int a; int b; }; int func(struct foo *foo, int a) { if (foo->b == 0) { int ret = foo->a = a; if (a >= 0) foo->a = a; return (ret); } return (0); }
Go to most recent revision | Compare with Previous | Blame | View Log