solidity/test/libsolidity/smtCheckerTests/functions/internal_call_state_var_init.sol

8 lines
126 B
Solidity
Raw Normal View History

2020-05-28 10:40:08 +00:00
contract c {
bool b = (f() == 0) && (f() == 0);
function f() internal returns (uint) {}
}
2021-03-31 15:11:54 +00:00
// ====
// SMTEngine: all
// ----