We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: v0.3.3: Atlantis
contract C { function f() public returns (uint x) { assembly { x := true } } }
Reproduction: I set up a Solang compilation and execution environment to test the program.
solang/target/debug/vmRunNoPara test.sol C f
The execution result from solang+svm:
0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
The execution result from solc+evm(remix):
0x0000000000000000000000000000000000000000000000000000000000000001
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version: v0.3.3: Atlantis
Reproduction: I set up a Solang compilation and execution environment to test the program.
The execution result from solang+svm:
The execution result from solc+evm(remix):
The text was updated successfully, but these errors were encountered: