Skip to content

Commit 9c80b9b

Browse files
Update and add tests
1 parent 07b202c commit 9c80b9b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
contract A layout at 2**256 - 2**64 {}
2+
contract C layout at 2**256 - 2**65 {
3+
uint[2**63] x;
4+
uint[2**63] y;
5+
}
6+
// ----

0 commit comments

Comments
 (0)