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

9 lines
164 B
Solidity

contract C {
uint z = 1;
uint w = z - 3;
}
// ====
// SMTEngine: bmc
// ----
// Warning 4144: (36-41): BMC: Underflow (resulting value less than 0) happens here.