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

20 lines
327 B
Plaintext

{
function f() -> x { pop(address()) let y := callvalue() }
}
// ====
// stackOptimization: true
// ----
// stop
// /* "":6:63 */
// tag_1:
// 0x00
// swap1
// /* "":30:39 */
// address
// /* "":26:40 */
// pop
// /* "":50:61 */
// pop(callvalue)
// /* "":6:63 */
// jump // out