mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
18 lines
201 B
JSON
18 lines
201 B
JSON
|
{
|
||
|
"language": "Yul",
|
||
|
"sources":
|
||
|
{
|
||
|
"A":
|
||
|
{
|
||
|
"content": "{ let x := mload(0) sstore(add(x, 0), 0) }"
|
||
|
}
|
||
|
},
|
||
|
"settings":
|
||
|
{
|
||
|
"outputSelection":
|
||
|
{
|
||
|
"*": { "*": ["*"], "": [ "*" ] }
|
||
|
}
|
||
|
}
|
||
|
}
|