simplest_model_with_mods: advanced analyzer with more argument properties

This commit is contained in:
ProgramSnail 2026-03-01 15:56:43 +00:00
parent 5b49f139cc
commit d590f28f9b
3 changed files with 479 additions and 2 deletions

View file

@ -379,6 +379,4 @@ struct
eval_prog ([([(Mut, Value)], [Write 0; Read 0; Write 0; Call (0, [0])])], ([(Mut, Value)], [Write 0; Call (0, [0]) ]));
Printf.printf "done!";
[%expect {| done! |}]
(* TODO: tests for Mut / Const mods *)
end