mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 20:27:42 +00:00
10 lines
194 B
LLVM
10 lines
194 B
LLVM
; RUN: llvm-as < %s | llvm-dis
|
|
|
|
define void @test() {
|
|
invoke void @test( )
|
|
to label %Next unwind label %Next
|
|
|
|
Next: ; preds = %0, %0
|
|
ret void
|
|
}
|