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

% EXPECT: valid
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