summaryrefslogtreecommitdiff
path: root/test/Assembler/2003-05-15-SwitchBug.ll
blob: a77b72a0b6e2824d32bbe16494311fa10906ed91 (plain)
1
2
3
4
5
6
7
8
9
; RUN: llvm-as < %s -o /dev/null -f



void %test(int %X) {
  switch int %X, label %dest []
dest:
  ret void
}