unit_propagation: Add a test with multiple unit clauses

* tests/core/acc.cc, tests/core/acc.test: here.
This commit is contained in:
Florian Renkin 2020-04-17 13:38:46 +02:00
parent 927ea7046b
commit 142f1afab2
2 changed files with 5 additions and 0 deletions

View file

@ -85,6 +85,7 @@ Fin(2) | Inf(2)
Inf(2) & Fin(2)
(Fin(0)|Fin(3)) | (Inf(1) & Fin(2))
(Fin(0)|Fin(3)) | (Inf(1) & Fin(2))
Inf(5) | Inf(0)
EOF
run 0 ../acc > stdout