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/] [run.c] - Rev 12
Compare with Previous | Blame | View Log
main () { typedef short int xtype; xtype i; xtype ii; for (i = 0; i < 100; i++) for (ii = 65535; --ii;) ; }