[SMTChecker] Added constraints for block properties

This commit is contained in:
Martin Blicha
2020-12-29 22:17:44 +01:00
parent 86c30b4cf5
commit be0a0f4d90
33 changed files with 519 additions and 473 deletions
@@ -14,5 +14,7 @@ contract C
assert(b > 4);
}
}
// ====
// SMTIgnoreCex: yes
// ----
// Warning 6328: (240-253): CHC: Assertion violation happens here.\nCounterexample:\narray = []\nx = 0\n\n\nTransaction trace:\nconstructor()\nState: array = []\nf(0)
// Warning 6328: (240-253): CHC: Assertion violation happens here.