aboutsummaryrefslogtreecommitdiffstats
path: root/test/Jello
diff options
context:
space:
mode:
Diffstat (limited to 'test/Jello')
-rw-r--r--test/Jello/test3.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Jello/test3.ll b/test/Jello/test3.ll
index 27c5f41..abbb7d3 100644
--- a/test/Jello/test3.ll
+++ b/test/Jello/test3.ll
@@ -1,6 +1,6 @@
; test unconditional branch
-int %main() {
+void %main() {
br label %Test
Test:
- ret int 0
+ ret void
}