aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2003-06-17-InvokeDisassemble.llx
blob: d5bcc9b46fa903d184b946044e6300b0866e3310 (plain)
1
2
3
4
5
6
; RUN: as < %s | dis
void %test() {
   invoke void %test() to label %Next except label %Next
Next:
	ret void
}