1 2 3 4 5 6 7 8 9 10
contract C { uint[] a; function f() public { a.push(); assert(a[a.length - 1] == 0); } } // ==== // SMTEngine: all // ----