solidity/test/libyul/ewasmTranslationTests/revert.yul
2019-12-10 17:00:45 +00:00

14 lines
311 B
Plaintext

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