This commit is contained in:
chriseth 2019-09-13 18:09:09 +02:00
parent 58f0f9dbea
commit 68986a58b6

View File

@ -0,0 +1,13 @@
{
for {} div(create(0, 1, 0), shl(msize(), 1)) {}
{
}
}
// ====
// step: expressionSimplifier
// EVMVersion: >byzantium
// ----
// {
// for { } div(create(0, 1, 0), shl(msize(), 1)) { }
// { }
// }