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

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