never { accept_init: s0_init: if :: (p) && (q) -> goto s0_init :: !(p) -> goto s1 :: !(q) -> goto s1 fi; s1: if :: (1) -> goto s1 fi; }