summaryrefslogtreecommitdiff
path: root/test/regress/regress0/cvc3.userdoc.03.cvc
blob: 3b3829ebc8a1d8189486a7b37a67a1438afa46da (plain)
1
2
3
4
5
6
7
8
bv : BITVECTOR(10);
a : BOOLEAN;

% EXPECT: entailed
QUERY
 0bin01100000[5:3]=(0bin1111001@bv[0:0])[4:2]
 AND
 0bin1@(IF a THEN 0bin0 ELSE 0bin1 ENDIF) = (IF a THEN 0bin110 ELSE 0bin011 ENDIF)[1:0] ;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback