OSDN Git Service

* gcc.c-torture/compile/20021120-1.c: New test.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 921013-1.c
1 f(int x,short y)
2 {
3 long z=y<0?x>0?x:0:y;
4 }