When I run solc-verify.py test/solc-verify/examples/Annotations.sol the results are
C::add_to_x: UNKNOWN_PROCESS_ERRORC::add: UNKNOWN_PROCESS_ERRORC::[implicit_constructor]: UNKNOWN_PROCESS_ERRORC::[receive_ether_selfdestruct]: UNKNOWN_PROCESS_ERROR.
I follow the instructions to install solc-verify with no problems. Other examples have the same UNKNOWN_PROCESS_ERROR results.
Description
When I run
solc-verify.py test/solc-verify/examples/Annotations.sol
the results areC::add_to_x: UNKNOWN_PROCESS_ERROR
C::add: UNKNOWN_PROCESS_ERROR
C::[implicit_constructor]: UNKNOWN_PROCESS_ERROR
C::[receive_ether_selfdestruct]: UNKNOWN_PROCESS_ERROR
.I follow the instructions to install
solc-verify
with no problems. Other examples have the sameUNKNOWN_PROCESS_ERROR
results.