Fix calldata index access.

This commit is contained in:
chriseth
2020-11-11 18:42:26 +01:00
parent 826ed58b2f
commit 8f570a3184
2 changed files with 11 additions and 10 deletions
@@ -25,6 +25,8 @@ contract C {
return reenc ? this.f_reenc(a) : this.f(a);
}
}
// ====
// compileViaYul: also
// ----
// g(bool): false -> 23, 37, 71
// g(bool): true -> 23, 37, 71