void func(void) { if (0) { otherfunc1(); } otherfunc2(); }
void func_optimized(void) { otherfunc2(); }