aboutsummaryrefslogtreecommitdiffstats
path: root/test/Jello/test2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Jello/test2.ll')
-rw-r--r--test/Jello/test2.ll5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Jello/test2.ll b/test/Jello/test2.ll
new file mode 100644
index 0000000..f5d1a4e
--- /dev/null
+++ b/test/Jello/test2.ll
@@ -0,0 +1,5 @@
+; test a simple add
+int %main() {
+ %X = add int 1, 2
+ ret int %X
+}