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

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

ASSERT (a5);

ASSERT (a0 OR (a1 AND (a2 OR (a3 AND (a4 AND (a5 AND (TRUE AND (a3 AND (a6 AND (a7 AND (a8 AND a9)))))))))));

CHECKSAT;

% EXIT: 10

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