solidity/test/libyul/evmCodeTransform/stackReuse/function_params.yul
Daniel Kirchner 7e061db811 Update tests.
2021-09-14 15:54:24 +02:00

14 lines
173 B
Plaintext

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