Skip to content

Commit

Permalink
add #133 test
Browse files Browse the repository at this point in the history
  • Loading branch information
yihozhang committed Sep 15, 2023
1 parent dea6dc8 commit 53f399a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/repro-constraineq3.egg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
(relation f (i64))

(rule ((= x 1)
(= x 2))
((f x)))

(run 1)
(print-table f)

0 comments on commit 53f399a

Please sign in to comment.