Skip to content
Snippets Groups Projects
Commit 9974e2b2 authored by Régis Blanc's avatar Régis Blanc
Browse files

waypoint and @main can be used with standard leon

parent dc072e8d
Branches
Tags
No related merge requests found
......@@ -963,6 +963,7 @@ class FairZ3Solver(reporter: Reporter) extends Solver(reporter) with AbstractZ3S
z3Vars = z3Vars - i
rb
}
case Waypoint(_, e) => rec(e)
case e @ Error(_) => {
val tpe = e.getType
val newAST = z3.mkFreshConst("errorValue", typeToSort(tpe))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment