summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uflra/simple.01.cvc
blob: 8904192ce90157c539194fd1d843825344e0eadf (plain)
1
2
3
4
5
6
% EXPECT: sat
% EXIT: 10
x, y: REAL;
f: REAL -> REAL;

CHECKSAT NOT (f(x) = f(y));
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback