blob: f5889479c129b85e4b3c74a4e15b58ce74c9e8c1 [file] [log] [blame]
; RUN: opt < %s -passes=lowerswitch
define void @test() {
switch i32 0, label %Next [
]
Next: ; preds = %0
ret void
}