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

18 lines
285 B
Plaintext

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