tinycc/tests/tests2/127_asm_goto.expect
Michael Matz 98bab41cba Support asm goto
this adds generic support for asm goto, but I've tested only
on x86.
2022-08-16 15:59:41 +02:00

6 lines
110 B
Plaintext

simple_jump: okay
another_jump: okay
three_way_jump(0): okay
three_way_jump(1): okay
three_way_jump(-1): okay