{
    "Function": "test__codesize",
    "File": "contracts/lib/solady/test/utils/TestPlus.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "codesize()",
        "invalid()",
        "mstore(uint256,uint256)",
        "staticcall(uint256,uint256,uint256,uint256,uint256,uint256)",
        "pop(uint256)"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function test__codesize() external view {\n        /// @solidity memory-safe-assembly\n        assembly {\n            // If the caller is the contract itself (i.e. recursive call), burn all the gas.\n            if eq(caller(), address()) { invalid() }\n            mstore(0x00, 0xf09ff470) // Store the function selector of `test__codesize()`.\n            pop(staticcall(codesize(), address(), 0x1c, 0x04, 0x00, 0x00))\n        }\n    }"
}