2018-08-01 21:37:46 +00:00
|
|
|
contract C {
|
|
|
|
function f(uint x) public pure {
|
|
|
|
if (x >= 0) { revert(); }
|
|
|
|
}
|
|
|
|
}
|
2021-03-31 15:11:54 +00:00
|
|
|
// ====
|
|
|
|
// SMTEngine: all
|
2018-08-01 21:37:46 +00:00
|
|
|
// ----
|
2021-03-31 15:11:54 +00:00
|
|
|
// Warning 6838: (62-68): BMC: Condition is always true.
|