1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-17 07:34:35 +00:00
llvm-6502/test/Assembler/2003-05-15-SwitchBug.ll
2003-05-15 21:02:11 +00:00

8 lines
74 B
LLVM

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