Minimal lowering for formal_arguments / ret

llvm-svn: 75911
diff --git a/llvm/test/CodeGen/SystemZ/00-RetVoid.ll b/llvm/test/CodeGen/SystemZ/00-RetVoid.ll
new file mode 100644
index 0000000..3b0bb5a
--- /dev/null
+++ b/llvm/test/CodeGen/SystemZ/00-RetVoid.ll
@@ -0,0 +1,6 @@
+; RUN: llvm-as < %s | llc -march=systemz
+
+define void @foo() {
+entry:
+    ret void
+}
\ No newline at end of file