mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
11 lines
306 B
Plaintext
11 lines
306 B
Plaintext
{
|
|
function a() { pop(call(100, 0x010, 10, 0x00, 32, 0x0100, 32))}
|
|
function f() { a() }
|
|
function g() { sstore(0, 1) }
|
|
}
|
|
// ----
|
|
// : movable, sideEffectFree, sideEffectFreeIfNoMSize
|
|
// a: invalidatesStorage, invalidatesMemory
|
|
// f: invalidatesStorage, invalidatesMemory
|
|
// g: invalidatesStorage
|