never { accept_init: s0_init: if :: !(a) -> goto accept_s1 :: (a) -> goto accept_s2 fi; accept_s1: if :: (a) -> goto s0_init fi; accept_s2: if :: (a) -> goto accept_s2 fi; }