2018-10-10 12:31:49 +00:00
|
|
|
contract C
|
|
|
|
{
|
|
|
|
function f(bool x) public pure { require(x); if (x) {} }
|
|
|
|
}
|
2021-03-31 15:11:54 +00:00
|
|
|
// ====
|
|
|
|
// SMTEngine: all
|
2018-10-10 12:31:49 +00:00
|
|
|
// ----
|
2021-03-31 15:11:54 +00:00
|
|
|
// Warning 6838: (63-64): BMC: Condition is always true.
|