Name the first basic block
[oota-llvm.git] / test / Jello / test3.ll
1 ; test unconditional branch
2 int %main() {
3         br label %Test
4 Test:
5         ret int 0
6 }