hydai opened this issue 4 years ago · 0 comments
pragma solidity ^0.5.0; contract Struct { struct S { int a; string b; } function test() public payable{ S memory s; } }
Master branch