summaryrefslogtreecommitdiff
path: root/test/regress/regress1/bug585.cvc
blob: 825cb00039e7ea2c724e95d7d1f5223fd82d0ea4 (plain)
1
2
3
4
5
6
7
8
9
% EXPECT: sat

Cache: TYPE = ARRAY [0..100] OF [# addr: INT, data: REAL #];
State: TYPE = [# pc: INT, cache: Cache #];

s0: State;
s1: State = s0 WITH .cache[10].data := 2/3;

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