mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
16 lines
234 B
Plaintext
16 lines
234 B
Plaintext
{
|
|
let x := calldataload(0)
|
|
x := mload(x)
|
|
let y := mload(x)
|
|
sstore(0, y)
|
|
}
|
|
// ----
|
|
// step: loadResolver
|
|
//
|
|
// {
|
|
// let _1 := 0
|
|
// let x := calldataload(_1)
|
|
// x := mload(x)
|
|
// sstore(_1, mload(x))
|
|
// }
|