solidity/test/libsolidity/smtCheckerTests/control_flow/assignment_in_declaration.sol

7 lines
110 B
Solidity
Raw Normal View History

contract C {
function f() public pure { uint a = 2; assert(a == 2); }
}
2021-03-31 15:11:54 +00:00
// ====
// SMTEngine: all
// ----