mirror of https://github.com/crytic/slither
parent
5975405fa2
commit
afcaf99c21
@ -0,0 +1,9 @@ |
||||
contract C { |
||||
function f(bytes calldata paramA) external returns (uint256 retA) { |
||||
assembly { |
||||
retA := paramA.offset |
||||
retA := add(retA, batchData.length) |
||||
} |
||||
} |
||||
|
||||
} |
Loading…
Reference in new issue