Make pointless testcase a bit more "challenging"
authorChris Lattner <sabre@nondot.org>
Sun, 27 Oct 2002 21:18:06 +0000 (21:18 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Oct 2002 21:18:06 +0000 (21:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4299 91177308-0d34-0410-b5e6-96231b3b80d8

test/Jello/test0.ll

index 1f916c6542d8d0f914f6255e1e58e5171d7fe0ed..ed4b4f10946ed719a6e0b6434dbf7ba14e57d875 100644 (file)
@@ -1,4 +1,5 @@
 ; test ret
 void %main() {
+       add int 1, 2
        ret void
 }