aboutsummaryrefslogtreecommitdiff
path: root/tinycc/tests/tests2/127_asm_goto.expect
diff options
context:
space:
mode:
Diffstat (limited to 'tinycc/tests/tests2/127_asm_goto.expect')
-rw-r--r--tinycc/tests/tests2/127_asm_goto.expect5
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