summaryrefslogtreecommitdiff
path: root/test/regress/simple.cvc
blob: 3566053d9d91442d22b623bf3ef54b9291a03645 (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 x1 AND NOT x1;
QUERY x2;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback