summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uf/simple.02.cvc
blob: 3a72ce71ac896478dcea5f7464b7544b4f8cd0a4 (plain)
1
2
3
4
5
6
7
8
% EXPECT: invalid
A: TYPE;
B: TYPE;
x, y: A;
f: A -> B;
QUERY (f(x) = f(y));

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