solidity/test/libsolidity/smtCheckerTests/operators/fixed_point_compound_add.sol

8 lines
101 B
Solidity
Raw Normal View History

2020-05-29 16:13:03 +00:00
contract C {
fixed[] b;
function f() internal { b[0] += 1; }
}
2021-03-31 15:11:54 +00:00
// ====
// SMTEngine: all
2020-05-29 16:13:03 +00:00
// ----