blob: 0c8562dbcde057b50a0832b0786d0533f42eda06 [file] [log] [blame]
typedef short SHORT;
struct v { SHORT i; };
void f(struct v *pin, struct v *pout) {
if (pin->i == (-0x7fff)-1)
pout->i = -pin->i;
}