Skip to content

Commit

Permalink
tests(contracts): add new test contract for struct repacker
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Georges Francois <[email protected]>
  • Loading branch information
0xpanoramix committed Aug 1, 2023
1 parent b70d082 commit bfc70df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/contracts/StructsToRepack.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// SPDX-License-Identifier: UNLICENSED

pragma solidity ^0.8.15;

struct SimpleStruct {
uint128 a;
uint256 b;
uint128 c;
}

0 comments on commit bfc70df

Please sign in to comment.