void check_modify_loop()

in cnova/MISRA_inspections.cpp [80:82]


void check_modify_loop() {
    for (int x = 0; modify(&x);) {}
}