summaryrefslogtreecommitdiff
path: root/test/regress/regress0/preprocess/preprocess_12.cvc
blob: a1da32c5714c586449be0f42afd762d2ec72b93a (plain)
1
2
3
4
5
6
7
8
9
10
11
% EXPECT: sat

x: REAL;
y: REAL;
b: BOOLEAN;

ASSERT ((0 = IF b THEN x - y ELSE 2*x ENDIF));

CHECKSAT;


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