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/] [unsorted/] [loadhicc.c] - Rev 12
Compare with Previous | Blame | View Log
typedef int xtype; foo (p, pc) xtype *p; char *pc; { xtype a; unsigned b = 0; a = *p; p[1] = a; if ((unsigned) p[1] > 0) return 1; return a; }