URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [run.c] - Rev 154
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;) ; }