solidity/test/cmdlineTests/storage_layout_struct_packed/input.json

17 lines
361 B
JSON
Raw Normal View History

{
"language": "Solidity",
"sources": {
"fileA": {
2020-05-13 01:52:11 +00:00
"content": "//SPDX-License-Identifier: GPL-3.0\ncontract A { struct S { uint128 a; uint128 b; uint[2] staticArray; uint[] dynArray; } uint x; uint y; S s; address addr; }"
}
},
"settings": {
"outputSelection": {
"fileA": {
"A": [ "storageLayout" ],
"": [ "storageLayout" ]
}
}
}
}