brintos

brintos / llvm-project-archived public Read only

0
0
Text · 186 B · 40ba0e2 Raw
9 lines · c
1// RUN: %clang_cc1 -fno-jump-tables %s -emit-llvm -o - | FileCheck %s2 3// CHECK-LABEL: main4// CHECK: attributes #0 = {{.*}}"no-jump-tables"="true"{{.*}}5 6int main(void) {7  return 0;8}9