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