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
blob339a21cac19073710537188f46f0a8f5eaa22bd1
1 ; RUN: not llvm-as < %s >& /dev/null
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