Skip to content

Commit

Permalink
Remove tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Danila-Pechenev committed Nov 24, 2023
1 parent 63e554f commit b9a304c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions PeDuCoML/test/anf/anf.t
Original file line number Diff line number Diff line change
Expand Up @@ -1193,14 +1193,3 @@
let i8 =
i9 5 in
i8
$ ./anf_test.exe <<- EOF
> let fst pair =
> match pair with (x, _) -> x
>
> let snd pair =
> match pair with (_, y) -> y
>
> let idx = 2
>
> let main = print_int ((if idx = 1 then fst else snd) (13, 225))
> EOF

0 comments on commit b9a304c

Please sign in to comment.