
======= linking_strict_assembly/input.yul (EVM) =======

Pretty printed source:
object "a" {
    code {
        let addr := linkersymbol("contract/test.sol:L")
        sstore(0, addr)
    }
}


Binary representation:
7312345678901234567890123456789012345678908060005550

Text representation:
    /* "linking_strict_assembly/input.yul":44:79   */
  linkerSymbol("f919ba91ac99f96129544b80b9516b27a80e376b9dc693819d0b18b7e0395612")
    /* "linking_strict_assembly/input.yul":98:102   */
  dup1
    /* "linking_strict_assembly/input.yul":95:96   */
  0x00
    /* "linking_strict_assembly/input.yul":88:103   */
  sstore
    /* "linking_strict_assembly/input.yul":22:109   */
  pop
