blob: 362f2680993bc70f3a3aa1acfe482b37a70f43e4 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: not llvm-as < %s -o /dev/null -f
2; PR1042
3
4int %foo() {
5 %A = invoke int %foo( )
6 to label %L unwind label %L ; <int> [#uses=1]
7
8L: ; preds = %0, %0
9 ret int %A
10}