rt_gccstream/gcc/testsuite/gcc.c-torture/compile/921013-1.c

5 lines
43 B
C

f(int x,short y)
{
long z=y<0?x>0?x:0:y;
}