solidity/test/libyul/evmCodeTransform/stackReuse/function_params.yul

13 lines
150 B
Plaintext

{
function f(a, b) { }
}
// ====
// stackOptimization: true
// ----
// stop
// /* "":6:26 */
// tag_1:
// pop
// pop
// jump // out