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