solidity/test/libsolidity/smtCheckerTests/operators/fixed_point_compound_add.sol
2021-04-08 21:03:39 +02:00

8 lines
101 B
Solidity

contract C {
fixed[] b;
function f() internal { b[0] += 1; }
}
// ====
// SMTEngine: all
// ----