Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Tooling / ms-asm-clang-extdef-mapping.c
blobed71628a577eac559b2e0edc4dd0b05b19292abe
1 // RUN: clang-extdef-mapping "%s" -- -fasm-blocks \
2 // RUN: -target x86_64-apple-darwin10 2>&1 | FileCheck %s
3 // REQUIRES: x86-registered-target
5 void Break() {
6 __asm { int 3 }
9 // CHECK: {{10:c:@F@Break}}