mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-22 11:39:35 +00:00
1b2050574d
llvm-svn: 17528
10 lines
111 B
LLVM
10 lines
111 B
LLVM
; RUN: llvm-as < %s -o /dev/null -f
|
|
|
|
|
|
|
|
void %test(int %X) {
|
|
switch int %X, label %dest []
|
|
dest:
|
|
ret void
|
|
}
|