Make verbatim compatible with KnownState.

This commit is contained in:
chriseth
2021-04-26 19:56:44 +02:00
parent e2d8005737
commit cb1af8b88a
11 changed files with 48 additions and 19 deletions
@@ -2,6 +2,6 @@
// The optimizer assumes verbatim could contain msize,
// so it cannot optimize the mload away.
let x := mload(0x2000)
verbatim_0i_0o("")
verbatim_0i_0o("aa")
sstore(0, 2)
}