github/workflows/pycopy-test: Upgrade Pycopy to 3.6.1.
[ScratchABlock.git] / tests / loop-single-entry2.lst.exp.bb
blob0e2e2fae1bb212c7f9ad73e65759d4f53e62db27
1 // Graph props:
2 // addr: 10
3 // name: 10
4 // trailing_jumps: True
6 // Predecessors: ['30_1']
7 10:
8 Exits: [(COND(EXPR(!=[$a1, 0])), '30'), (None, '20')]
10 // Predecessors: ['10']
11 20:
12 $a2 = 1
13 Exits: [(None, '30_1')]
15 // Predecessors: ['10']
16 30:
17 $a2 = 2
18 Exits: [(None, '30_1')]
20 // Predecessors: ['20', '30']
21 30_1:
22 Exits: [(None, '10')]