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

18 lines
266 B
Plaintext

{
function f() -> x { pop(callvalue()) }
}
// ====
// stackOptimization: true
// ----
// stop
// /* "":6:44 */
// tag_1:
// 0x00
// swap1
// /* "":30:41 */
// callvalue
// /* "":26:42 */
// pop
// /* "":6:44 */
// jump // out