diff options
Diffstat (limited to 'tinycc/tests/tests2/127_asm_goto.expect')
| -rw-r--r-- | tinycc/tests/tests2/127_asm_goto.expect | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tinycc/tests/tests2/127_asm_goto.expect b/tinycc/tests/tests2/127_asm_goto.expect new file mode 100644 index 0000000..e1b7169 --- /dev/null +++ b/tinycc/tests/tests2/127_asm_goto.expect @@ -0,0 +1,5 @@ +simple_jump: okay +another_jump: okay +three_way_jump(0): okay +three_way_jump(1): okay +three_way_jump(-1): okay |
