summaryrefslogtreecommitdiff
path: root/test/regress/regress0/push-pop/test.00.cvc
blob: 83634925101285a076654de7f166161e019b08b6 (plain)
1
2
3
4
5
6
7
8
x: BOOLEAN;

PUSH;
ASSERT x;
CHECKSAT;
POP;
ASSERT (NOT x);
CHECKSAT;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback