mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-25 14:32:53 +00:00
8 lines
74 B
LLVM
8 lines
74 B
LLVM
|
|
||
|
|
||
|
void %test(int %X) {
|
||
|
switch int %X, label %dest []
|
||
|
dest:
|
||
|
ret void
|
||
|
}
|