2019-09-11 09:42:59 +00:00
|
|
|
{
|
|
|
|
let y := mload(0x20)
|
|
|
|
for {} and(y, 8) { if y { revert(0, 0) } } {
|
|
|
|
if y { continue }
|
|
|
|
sstore(1, y)
|
|
|
|
}
|
|
|
|
if y { revert(0, 0) }
|
|
|
|
}
|
2023-08-04 10:27:18 +00:00
|
|
|
// ====
|
|
|
|
// EVMVersion: >=shanghai
|
2019-09-11 09:42:59 +00:00
|
|
|
// ----
|
2020-03-17 22:31:56 +00:00
|
|
|
// step: fullSuite
|
|
|
|
//
|
2019-09-11 09:42:59 +00:00
|
|
|
// {
|
|
|
|
// {
|
|
|
|
// let y := mload(0x20)
|
2019-11-27 09:44:40 +00:00
|
|
|
// let _1 := iszero(and(y, 8))
|
2023-08-04 10:27:18 +00:00
|
|
|
// for { } iszero(_1) { if y { revert(0, 0) } }
|
2019-09-11 09:42:59 +00:00
|
|
|
// {
|
|
|
|
// if y { continue }
|
2019-10-07 08:06:00 +00:00
|
|
|
// sstore(1, 0)
|
2019-09-11 09:42:59 +00:00
|
|
|
// }
|
|
|
|
// if y { revert(0, 0) }
|
|
|
|
// }
|
|
|
|
// }
|