mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-28 22:42:52 +01:00
7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
; RUN: as < %s | dis
|
|
void %test() {
|
|
invoke void %test() to label %Next except label %Next
|
|
Next:
|
|
ret void
|
|
}
|