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

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

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

CHECKSAT;

% EXIT: 10

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