mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
21 lines
336 B
Plaintext
21 lines
336 B
Plaintext
{
|
|
function f() -> x { pop(callvalue()) }
|
|
}
|
|
// ====
|
|
// stackOptimization: true
|
|
// ----
|
|
// /* "":0:46 */
|
|
// stop
|
|
// /* "":6:44 */
|
|
// tag_1:
|
|
// /* "":22:23 */
|
|
// 0x00
|
|
// /* "":6:44 */
|
|
// swap1
|
|
// /* "":30:41 */
|
|
// callvalue
|
|
// /* "":26:42 */
|
|
// pop
|
|
// /* "":6:44 */
|
|
// jump // out
|