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

7 lines
118 B
Solidity

contract c {
bool b = (f() == 0) && (f() == 0);
function f() internal returns (uint) {}
}
// ====
// SMTEngine: all