repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git]
/
test
/
Verifier
/
2004-05-21-SwitchConstantMismatch.ll
blob
339a21cac19073710537188f46f0a8f5eaa22bd1
1
; RUN: not llvm-as < %s >& /dev/null
2
3
4
5
int %main() {
6
start1:
7
switch uint 0, label %brt0 [int 3, label %brt1 ]
8
brt0:
9
ret int 0
10
brt1:
11
ret int 0
12
}
13