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
4615e62514
solidity
/
test
/
cmdlineTests
/
linking_strict_assembly_duplicate_library_name
/
input.yul
7 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
CommandLineInterface: Report an error if library appears multiple times in the --libraries option
2020-11-13 21:31:04 +00:00
object "a" {
code {
let addr := linkersymbol("library.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)
CommandLineInterface: Report an error if library appears multiple times in the --libraries option
2020-11-13 21:31:04 +00:00
}
}
Reference in New Issue
Copy Permalink