mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
11 lines
298 B
Plaintext
11 lines
298 B
Plaintext
{
|
|
let x := call(gas(), 0x45, 0x5, 0, 0x20, 0x30, 0x20)
|
|
sstore(100, x)
|
|
}
|
|
// ----
|
|
// Trace:
|
|
// CALL(153, 69, 5, 0, 32, 48, 32)
|
|
// Memory dump:
|
|
// Storage dump:
|
|
// 0000000000000000000000000000000000000000000000000000000000000064: 0000000000000000000000000000000000000000000000000000000000000001
|