blob: a77b72a0b6e2824d32bbe16494311fa10906ed91 [file] [log] [blame]
; RUN: llvm-as < %s -o /dev/null -f
void %test(int %X) {
switch int %X, label %dest []
dest:
ret void
}