solidity/test/libsolidity/smtCheckerTests/options/engine_none.sol
2021-04-08 21:03:38 +02:00

8 lines
108 B
Solidity

contract C {
function f(uint x) public pure {
assert(x > 0);
}
}
// ====
// SMTEngine: none