solidity/test/libyul/functionSideEffects/otherImmovables.yul

13 lines
286 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() }
}
// ----
// : movable, sideEffectFree, sideEffectFreeIfNoMSize
// a: sideEffectFree, sideEffectFreeIfNoMSize
// f: sideEffectFree, sideEffectFreeIfNoMSize
// g:
// h: