2 pr19005.c from the execute part of the gcc torture tests.
22 if (a
!= x
|| b
!= (unsigned char) (x
+ 1))
25 else if (a
!= (unsigned char) (x
+ 1) || b
!= x
)
33 unsigned char a
= x
, b
= x
+ 1;
36 a
^= b
; b
^= a
; a
^= b
;
42 testTortureExecute (void)
44 for (v
= -10; v
< 266; v
++)