Reset branch to trunk.
[official-gcc.git] / trunk / gcc / testsuite / gcc.c-torture / execute / 920711-1.c
blobaa83452dafe39d5d37deec08ce72801490bb377f
1 f(long a){return (--a > 0);}
2 main(){if(f(0x80000000L)==0)abort();exit(0);}