solidity/test/cmdlineTests/linking_strict_assembly_unresolved_references/input.yul

7 lines
148 B
Plaintext
Raw Normal View History

object "a" {
code {
let addr1 := linkersymbol("contract/test.sol:L1")
let addr2 := linkersymbol("contract/test.sol:L2")
}
}