1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 06:22:51 +01:00
llvm-mirror/test/Regression/Jello/test-branch.ll

7 lines
77 B
LLVM
Raw Normal View History

; test unconditional branch
void %main() {
br label %Test
Test:
ret void
}