1 ; RUN: not llvm-as -disable-output <%s 2>&1 | FileCheck %s
3 define void @test() personality i32 (...)* @dummy_personality {
4 ; CHECK: The landingpad instruction should have a consistent result type inside a function
7 to label %next unwind label %unwind1
10 %lp1 = landingpad token
16 to label %return unwind label %unwind2
19 %lp2 = landingpad { i8*, i32 }
27 declare void @dummy1()
28 declare void @dummy2()
30 declare i32 @dummy_personality(...)