1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{ let a := caller() let b := address() if b { pop(b) b := a } let c := b } // ---- // rematerialiser // { // let a := caller() // let b := address() // if address() // { // pop(address()) // b := caller() // } // let c := b // }