bolt/deps/llvm-18.1.8/clang/test/CodeGen/X86/indirect-branch-cs-prefix.c
2025-02-14 19:21:04 +01:00

4 lines
165 B
C

// RUN: %clang_cc1 -emit-llvm -triple i386 -o - -mindirect-branch-cs-prefix %s | FileCheck %s
// CHECK: !{i32 4, !"indirect_branch_cs_prefix", i32 1}
void foo() {}