Implement internal functions in storage.

This commit is contained in:
chriseth
2020-11-02 23:10:03 +01:00
parent c83d8fae41
commit 129b095b09
24 changed files with 113 additions and 7 deletions
@@ -17,6 +17,8 @@ contract C {
}
}
// ====
// compileViaYul: also
// ----
// one() -> 3
// two() -> FAILURE
@@ -5,6 +5,8 @@ contract C {
}
}
// ====
// compileViaYul: also
// ----
// f(uint256): 0 -> 0x20, 0x4, "This"
// f(uint256): 1 -> 0x20, 0x2, "is"