solidity/test/libyul/yulInterpreterTests/infinite_recursion.yul

12 lines
137 B
Plaintext

{
function f() {
f()
}
f()
}
// ----
// Trace:
// Interpreter execution step limit reached.
// Memory dump:
// Storage dump: