Files
solidity/test/libyul/functionSideEffects/recursive_function.yul
T

7 lines
165 B
Plaintext

{
function a() { a() }
}
// ----
// : movable, movable apart from effects, can be removed, can be removed if no msize
// a: movable apart from effects, can loop