solidity/test/libsolidity/ASTJSON/global_struct.sol
2019-09-02 12:23:21 +02:00

4 lines
33 B
Solidity

struct S { uint256 a; }
// ----