solidity/test/libyul/functionSideEffects/recursive_function.yul

7 lines
97 B
Plaintext
Raw Normal View History

2019-08-14 16:07:15 +00:00
{
function a() { a() }
}
// ----
// : movable, sideEffectFree, sideEffectFreeIfNoMSize
2019-12-03 07:54:46 +00:00
// a: