blob: af42020ca167e246ed0f8d67c9b677086579e96c [file] [log] [blame]
; RUN: llvm-as %s -o /dev/null -f
; Check minimal switch statement
define void @test(i32 %X) {
switch i32 %X, label %dest [
]
dest: ; preds = %0
ret void
}