abbb7d30a9a93777ee7fae5c056177cf1008b17b
[oota-llvm.git] / test / ExecutionEngine / test-branch.ll
1 ; test unconditional branch
2 void %main() {
3         br label %Test
4 Test:
5         ret void
6 }