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