Skip to content

Commit

Permalink
Update t_3.zls
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpouzet committed Oct 31, 2024
1 parent a50f244 commit c8dd4d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ctests/good/t_3.zls
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
let node f0(x) returns (o)
o = 0 -> pre(o) + x

let node f00(x) returns (o)
o = 0 fby o + x

(*
let node f1 () returns (o)
if true then o = 1 else o = 2

Expand All @@ -14,3 +21,4 @@ let node f3 () returns (o)
init
if true then B else A
end
*)

0 comments on commit c8dd4d4

Please sign in to comment.