summaryrefslogtreecommitdiff
path: root/test/Feature/small.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/small.ll')
-rw-r--r--test/Feature/small.ll10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/Feature/small.ll b/test/Feature/small.ll
new file mode 100644
index 0000000000..9e98de4991
--- /dev/null
+++ b/test/Feature/small.ll
@@ -0,0 +1,10 @@
+%x = type int
+
+implementation
+
+int "foo"(int %in)
+begin
+label:
+ ret void
+end
+