mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
25 lines
410 B
Plaintext
25 lines
410 B
Plaintext
{
|
|
function f() -> x, y, z { pop(callvalue()) }
|
|
}
|
|
// ====
|
|
// stackOptimization: true
|
|
// ----
|
|
// /* "":0:52 */
|
|
// stop
|
|
// /* "":6:50 */
|
|
// tag_1:
|
|
// /* "":25:26 */
|
|
// 0x00
|
|
// /* "":28:29 */
|
|
// 0x00
|
|
// /* "":22:23 */
|
|
// 0x00
|
|
// /* "":6:50 */
|
|
// swap3
|
|
// /* "":36:47 */
|
|
// callvalue
|
|
// /* "":32:48 */
|
|
// pop
|
|
// /* "":6:50 */
|
|
// jump // out
|