URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [pr27603.c] - Rev 12
Compare with Previous | Blame | View Log
/* { dg-do run } */ void exit (int); void abort (void); int a; int main() { int j; for (j = 0; j < 6; j++) { if ((unsigned)j - 3 <= 1) exit (0); a = 1000 * (6 - j); } abort (); }