mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-13 00:31:02 +00:00
@@ -6,4 +6,11 @@ contract MSize {
|
||||
size := msize()
|
||||
}
|
||||
}
|
||||
|
||||
function mStore100() public pure returns (uint size) {
|
||||
assembly {
|
||||
mstore(100, msize())
|
||||
size := msize()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user