modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/921013-1.c (about)

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