mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
8 lines
177 B
Plaintext
8 lines
177 B
Plaintext
{
|
|
// The optimizer assumes verbatim could contain msize,
|
|
// so it cannot optimize the mload away.
|
|
let x := mload(0x2000)
|
|
verbatim_0i_0o("aa")
|
|
sstore(0, 2)
|
|
}
|