mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
{
|
|
mstore(0x20, 0x1234556677889900aa)
|
|
revert(0x20, 30)
|
|
invalid()
|
|
}
|
|
// ====
|
|
// EVMVersion: >=byzantium
|
|
// ----
|
|
// Trace:
|
|
// REVERT() [000000000000000000000000000000000000000000000012345566778899]
|
|
// Memory dump:
|
|
// 60: 00000000000000000000000000000000000000000000001234556677889900aa
|
|
// Storage dump:
|