blob: d0772b3c32da256a14046c61911b0b984ab8ba09 [file] [log] [blame]
unsigned char u, v, w;
void baz (void)
{
if ((u - v - w) & 0x80)
v = 1;
}