{
    "contracts":
    {
        "<stdin>":
        {
            "asm":
            {
                ".code":
                [
                    {
                        "begin": 0,
                        "end": 0,
                        "name": "PUSH",
                        "source": -1,
                        "value": "0"
                    }
                ],
                ".data":
                {
                    "0":
                    {
                        ".code":
                        [
                            {
                                "begin": 0,
                                "end": 0,
                                "name": "PUSH",
                                "source": -1,
                                "value": "1"
                            }
                        ],
                        "index": 0
                    }
                },
                "sourceList":
                [
                    "contract.sol",
                    "#utility.yul"
                ]
            },
            "bin": "5ffe",
            "bin-runtime": "6001",
            "opcodes": "PUSH0 INVALID ",
            "srcmap": "0:0::-:0",
            "srcmap-runtime": "0:0::-:0"
        }
    },
    "sourceList":
    [
        "contract.sol",
        "#utility.yul"
    ],
    "version": "<VERSION REMOVED>"
}
Binary:
5ffe
Binary of the runtime part:
6001
EVM assembly:
{
    ".code":
    [
        {
            "begin": 0,
            "end": 0,
            "name": "PUSH",
            "source": -1,
            "value": "0"
        }
    ],
    ".data":
    {
        "0":
        {
            ".code":
            [
                {
                    "begin": 0,
                    "end": 0,
                    "name": "PUSH",
                    "source": -1,
                    "value": "1"
                }
            ],
            "index": 0
        }
    },
    "sourceList":
    [
        "contract.sol",
        "#utility.yul"
    ]
}
