never { s0_init: if :: !(q) -> goto accept_s2 :: (q) -> goto accept_s1 :: !(p) && !(q) -> goto s3 fi; s3: if :: (q) -> goto accept_s1 :: !(p) && !(q) -> goto s3 fi; accept_s1: if :: (1) -> goto accept_s1 fi; accept_s2: if :: !(q) -> goto accept_s2 fi; }