New testcase, straight out of the asm manual
[oota-llvm.git] / test / Assembler / 2003-05-15-SwitchBug.ll
1
2
3 void %test(int %X) {
4   switch int %X, label %dest []
5 dest:
6   ret void
7 }