Only test that uncond branch works

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4497 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-11-02 19:27:45 +00:00
parent e9913f2cff
commit 6a353ed5da

View File

@ -1,6 +1,6 @@
; test unconditional branch
int %main() {
void %main() {
br label %Test
Test:
ret int 0
ret void
}