never { s0_init: if :: (p) -> goto accept_s1 :: (p) -> goto s0_init :: !(p) -> goto s0_init fi; s2: if :: !(p) -> goto s3 :: (p) -> goto s2 :: !(p) -> goto s2 fi; s3: if :: (p) -> goto accept_s4 :: !(p) -> goto accept_s4 fi; accept_s1: if :: !(p) -> goto s3 :: (p) -> goto s2 :: !(p) -> goto s2 fi; accept_s4: if :: (p) -> goto s3 :: !(p) -> goto s3 fi; }