blob: 40ba0e2f7fb0fa021c8021721ebf9c3251867373 [file] [log] [blame]
// RUN: %clang_cc1 -fno-jump-tables %s -emit-llvm -o - | FileCheck %s
// CHECK-LABEL: main
// CHECK: attributes #0 = {{.*}}"no-jump-tables"="true"{{.*}}
int main(void) {
return 0;
}