Echidna fails to find the input to break this property: ```solidity contract C { uint x; function f(uint i) public { x = i; } function echidna_test() public view returns (bool) { return x != uint(-2); } } ``` This [is an slither issue](https://github.com/crytic/slither/issues/465#issuecomment-814819642), originally found by @hacker-dom