mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-12 12:51:01 +00:00
@@ -0,0 +1,9 @@
|
||||
contract MSize {
|
||||
uint[] public data;
|
||||
|
||||
function mSize() public pure returns (uint size) {
|
||||
assembly {
|
||||
size := msize()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user