Skip to content

Commit c8dd4d4

Browse files
committed
Update t_3.zls
1 parent a50f244 commit c8dd4d4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/ctests/good/t_3.zls

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
let node f0(x) returns (o)
2+
o = 0 -> pre(o) + x
3+
4+
let node f00(x) returns (o)
5+
o = 0 fby o + x
6+
7+
(*
18
let node f1 () returns (o)
29
if true then o = 1 else o = 2
310

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

0 commit comments

Comments
 (0)