solidity/test/libyul/ewasmTranslationTests/revert.yul

14 lines
311 B
Plaintext
Raw Normal View History

{
mstore(0x20, 0x1234556677889900aa)
revert(0x20, 30)
invalid()
}
// ====
// EVMVersion: >=byzantium
// ----
// Trace:
// REVERT() [000000000000000000000000000000000000000000000012345566778899]
// Memory dump:
// 60: 00000000000000000000000000000000000000000000001234556677889900aa
// Storage dump: