github/workflows/pycopy-test: Upgrade Pycopy to 3.6.1.
[ScratchABlock.git] / tests / dead-code-liveout3.lst.exp.bb
blobd40effeebaf6ce5093b4604a9e5f9a84522cdf80
1 // Graph props:
2 // name: None
3 // trailing_jumps: True
5 // Predecessors: []
6 // Node props:
7 // live_gen: set()
8 // live_in: set()
9 // live_kill: {$a}
10 // live_out: set()
11 10:
12 // $a = 1 (dead)
13 $a = 2
14 $a += 1
15 return $a
16 Exits: []