solidity/test/libyul/functionSideEffects/otherImmovables.yul

13 lines
323 B
Plaintext
Raw Normal View History

2020-08-14 15:15:35 +00:00
{
function a() { pop(gas()) }
function f() { a() }
function g() { stop() }
function h() { invalid() }
}
// ----
2020-07-01 10:07:00 +00:00
// : movable, movable apart from effects, can be removed, can be removed if no msize
// a: can be removed, can be removed if no msize
// f: can be removed, can be removed if no msize
2020-08-14 15:15:35 +00:00
// g:
// h: