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