solidity/test/libyul/evmCodeTransform/stackReuse/function_params.yul
Daniel Kirchner 58dbeb8e92 Update tests.
2021-09-15 17:09:57 +02:00

14 lines
173 B
Plaintext

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