solidity/test/libyul/functionSideEffects/recursive_function.yul
2020-08-18 14:53:59 +02:00

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