Make pointless testcase a bit more "challenging"

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4299 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-10-27 21:18:06 +00:00
parent e4108ae577
commit 16612dbe47

View File

@ -1,4 +1,5 @@
; test ret
void %main() {
add int 1, 2
ret void
}