brintos

brintos / llvm-project-archived public Read only

0
0
Text · 159 B · fea290d Raw
14 lines · plain
1; RUN: not llvm-as < %s > /dev/null 2>&12 3 4 5int %main() {  6start1:7  switch uint 0, label %brt0 [int 3, label %brt1  ]8brt0:9  ret int 010brt1:11  ret int 012}13 14