/* Rule: INT08-C
* Source: testcases
* Status: FAIL - Arithmetic on narrow integer types without overflow protection
*/
/* Case 1: short addition without overflow check */
void
/* Case 2: unsigned char multiplication without check */
void
/* Case 3: signed char subtraction */
void
/* Case 4: short shift operation without protection */
void