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

5 lines
112 B
Solidity

contract C {
function f(uint a) public pure { require(a < 10); assert(a < 20); }
}
// ====
// SMTEngine: all