Skip to content

Commit 4d7c72a

Browse files
committed
tests(contracts): add new test contract for struct repacker
Signed-off-by: Luca Georges Francois <luca@quartz.technology>
1 parent 978c58a commit 4d7c72a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// SPDX-License-Identifier: UNLICENSED
2+
3+
pragma solidity ^0.8.15;
4+
5+
struct SimpleStruct {
6+
uint128 a;
7+
uint256 b;
8+
uint128 c;
9+
}

0 commit comments

Comments
 (0)