index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
libjulia
/
yulOptimizerTests
/
unusedPruner
/
multi_partial_assignments.yul
blob: 5db0ade9a68656b03076b2b70fce4c59faf68cfb (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
10
{ let x, y x := 1 } // ---- // unusedPruner // { // let x, y // x := 1 // }