brintos

brintos / llvm-project-archived public Read only

0
0
Text · 212 B · ed71628 Raw
10 lines · c
1// RUN: clang-extdef-mapping "%s" -- -fasm-blocks \2// RUN:   -target x86_64-apple-darwin10 2>&1 | FileCheck %s3// REQUIRES: x86-registered-target4 5void Break() {6  __asm { int 3 }7}8 9// CHECK: {{10:c:@F@Break}}10