never { /* Name: Created by GOAL. */ /* Formula: <> p */ s0_init: if :: !(p) -> goto s0_init :: (p) -> goto accept_s4 :: !(p) -> goto s1 fi; s1: if :: !(p) -> goto s2 fi; s2: if :: !(p) -> goto s3 fi; s3: if :: (p) -> goto accept_s4 fi; accept_s4: if :: (1) -> goto accept_s4 fi; }