This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
16
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
4cf4ccafd7
solidity
/
test
/
cmdlineTests
/
linking_strict_assembly
/
input.yul
7 lines
112 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Command-line tests for linking in assembly mode
2020-11-04 18:26:40 +00:00
object "a" {
code {
let addr := linkersymbol("contract/test.sol:L")
Add sstore to linker tests to prevent the address from being optimized out
2021-04-22 14:08:32 +00:00
sstore(0, addr)
Command-line tests for linking in assembly mode
2020-11-04 18:26:40 +00:00
}
}
Reference in New Issue
Copy Permalink