OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / 920711-1.c
1 f(long a){return (--a > 0);}
2 main(){if(f(0x80000000L)==0)abort();exit(0);}