solidity/test/libsolidity/smtCheckerTests/bmc_coverage/math_constructor.sol

9 lines
164 B
Solidity
Raw Normal View History

2020-12-16 17:32:34 +00:00
contract C {
uint z = 1;
uint w = z - 3;
}
// ====
// SMTEngine: bmc
// ----
2021-03-31 15:11:54 +00:00
// Warning 4144: (36-41): BMC: Underflow (resulting value less than 0) happens here.