solidity/test/libsolidity/smtCheckerTests/options/engine_none.sol

8 lines
108 B
Solidity
Raw Normal View History

2021-03-31 15:11:44 +00:00
contract C {
function f(uint x) public pure {
assert(x > 0);
}
}
// ====
// SMTEngine: none