
======= 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":44:79   */
  linkerSymbol("f919ba91ac99f96129544b80b9516b27a80e376b9dc693819d0b18b7e0395612")
    /* "linking_strict_assembly/input.yul":95:96   */
  0x00
    /* "linking_strict_assembly/input.yul":88:103   */
  sstore
    /* "linking_strict_assembly/input.yul":22:109   */
  stop
