1; RUN: opt < %s -passes=lower-switch2 3define void @test() {4 switch i32 0, label %Next [5 ]6Next: ; preds = %07 ret void8}9 10