fn w32 $condIfElse(w32 %0) {
  @entry0
    br.slt w32 0 %0 @then1 @else2;
  @then1
    ret 1;
  @else2
    ret -1;
}
