solidity/test/libsolidity/syntaxTests/freeFunctions/free_storage.sol
2020-08-18 11:46:59 +02:00

5 lines
57 B
Solidity

struct S { uint x; }
function fun(S storage) {
}
// ----