solidity/test/libyul/yulInterpreterTests/simple_mstore.yul
2019-02-25 11:58:36 +01:00

11 lines
319 B
Plaintext

{
mstore(10, 11)
}
// ----
// Trace:
// MSTORE_AT_SIZE(10, 32) [000000000000000000000000000000000000000000000000000000000000000b]
// Memory dump:
// 0: 0000000000000000000000000000000000000000000000000000000000000000
// 20: 0000000000000000000b00000000000000000000000000000000000000000000
// Storage dump: