mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 19:35:54 +00:00
8 lines
99 B
LLVM
8 lines
99 B
LLVM
|
; RUN: as < %s | opt -lowerswitch
|
||
|
|
||
|
void %test() {
|
||
|
switch uint 0, label %Next []
|
||
|
Next:
|
||
|
ret void
|
||
|
}
|