bolt/deps/llvm-18.1.8/clang/test/Tooling/ms-asm-clang-extdef-mapping.c
2025-02-14 19:21:04 +01:00

9 lines
212 B
C

// RUN: clang-extdef-mapping "%s" -- -fasm-blocks \
// RUN: -target x86_64-apple-darwin10 2>&1 | FileCheck %s
// REQUIRES: x86-registered-target
void Break() {
__asm { int 3 }
}
// CHECK: {{10:c:@F@Break}}