summaryrefslogtreecommitdiff
path: root/test/regress/regress0/push-pop/bug233.cvc
blob: 1a6049329b8611797fad291e3cd8d3c90abd26de (plain)
1
2
3
4
5
6
7
8
9
10
11
% Tests the invariants for multiple queries.
% COMMAND-LINE: --incremental

a, b: BOOLEAN;

% EXPECT: entailed
QUERY (a AND b) OR NOT (a AND b);

% EXPECT: not_entailed
QUERY (a OR b);

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback