mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-13 17:20:28 +00:00
7 lines
77 B
LLVM
7 lines
77 B
LLVM
![]() |
; test unconditional branch
|
||
|
int %main() {
|
||
|
br label %Test
|
||
|
Test:
|
||
|
ret int 0
|
||
|
}
|