
def shouldnt_execute()
{
  assert_true(false)
}



if (false && shouldnt_execute()) {
}

if (true || snt_e || true || shouldnt_houldnt_e || true || shouldnt_execute()) {
}


if (true && true && true && false && shouldnt_execute()) {
}
