This commit is contained in:
chriseth
2019-09-17 12:32:46 +02:00
parent 58f0f9dbea
commit 68986a58b6
@@ -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)) { }
// { }
// }