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

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


Binary representation:
7312345678901234567890123456789012345678905f5500

Text representation:
    /* "linking_strict_assembly/input.yul":58:93   */
  linkerSymbol("f919ba91ac99f96129544b80b9516b27a80e376b9dc693819d0b18b7e0395612")
    /* "linking_strict_assembly/input.yul":113:114   */
  0x00
    /* "linking_strict_assembly/input.yul":106:121   */
  sstore
    /* "linking_strict_assembly/input.yul":22:137   */
  stop
