solidity/test/libyul/evmCodeTransform/stackReuse/function_params.yul
Daniel Kirchner fd36ec3dca Test updates.
2021-07-06 19:05:36 +02:00

13 lines
150 B
Plaintext

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