Skip to content

Commit

Permalink
added test
Browse files Browse the repository at this point in the history
  • Loading branch information
EkanshdeepGupta committed May 5, 2024
1 parent 312a1ca commit ad50290
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/ci/front-end/binders_typing.rav
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
func t() returns (ret:Bool) {
(forall x: Int :: true) && true
}
2 changes: 2 additions & 0 deletions test/ci/front-end/binders_typing.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$ dune exec -- raven --shh ./binders_typing.rav
Verification successful.

0 comments on commit ad50290

Please sign in to comment.