mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
{
|
|
extcodecopy(address(), 0x100, 0, extcodesize(address()))
|
|
sstore(0, mload(0x100))
|
|
}
|
|
// ----
|
|
// Trace:
|
|
// INVALID()
|
|
// Memory dump:
|
|
// 0: 0000000000000000000000000000000011111111000000000000000000000000
|
|
// Storage dump:
|