void b()

in cpp/MISRA_inspections.cpp [12:17]


void b() {
    uint16_t u16a = 0U;
    f(u16a);
    u16a = u16a + 0x8000;
    f(u16a);
}