summaryrefslogtreecommitdiff
path: root/test/regress/simple.cvc
blob: c1a5dd84007fd1f78f1ab4c3695ab90a9b1254b4 (plain)
1
2
3
4
5
6
x0, x1, x2, x3 : BOOLEAN;
ASSERT x1 OR NOT x0;
ASSERT x0 OR NOT x3;
ASSERT x3 OR x2;
ASSERT NOT x1;
QUERY x2;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback