hanchenye-llvm-project/llvm/test/Regression/Assembler/2003-05-15-SwitchBug.ll

8 lines
74 B
LLVM

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