blob: c62bc0f4e190f00b41494521c67688211c3969cf [file] [log] [blame]
; RUN: not llvm-as < %s > /dev/null 2>&1
declare void @foo(i8*)
define void @bar() {
invoke void @foo(i8* signext null)
to label %r unwind label %r
r:
ret void
}