6 type path_sel_type = { mutable sel_path : bool}
8 val path_selector [@model_trace:TEMP_NAME]: path_sel_type
21 (* The counterexample should contain the node_id 5454 here but not 121 *)
22 if (path_selector.sel_path <- (a = 1); ([@branch_id=5454] path_selector).sel_path) then
25 begin path_selector.sel_path <- true;
26 (* The counterexample should contain the node_id 121 but not 5454 *)
27 if (path_selector.sel_path <- (a = 5); ([@branch_id=121] path_selector).sel_path) then