summaryrefslogtreecommitdiff
path: root/test/regress/regress0/preprocess/preprocess_05.cvc
blob: 54e070ab5feb856f39bc29ab5d31bdc4c61ab653 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% EXPECT: sat

a0, a1, a2, a3, a4, a5, a6, a7, a8: BOOLEAN;

ASSERT (NOT a1);
ASSERT (a4 AND a7);
ASSERT 
   IF (a0 AND a1 AND a2) 
   THEN (a3 AND a4 AND a5) 
   ELSE (a6 AND a7 AND a8)
   ENDIF;

CHECKSAT;


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