solidity/test/libsolidity/smtCheckerTests/control_flow/assignment_in_declaration.sol
2021-04-20 17:38:29 +02:00

7 lines
110 B
Solidity

contract C {
function f() public pure { uint a = 2; assert(a == 2); }
}
// ====
// SMTEngine: all
// ----