mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
12 lines
226 B
Plaintext
12 lines
226 B
Plaintext
{
|
|
let size := codesize()
|
|
codecopy(0, 0, size)
|
|
sstore(0, create(42, 0, size))
|
|
}
|
|
// ----
|
|
// Trace:
|
|
// CREATE()
|
|
// Memory dump:
|
|
// 40: 636f6465636f6465636f6465636f6465636f6465000000000000000000000000
|
|
// Storage dump:
|