aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Tooling/ms-asm-clang-extdef-mapping.c
blob: ed71628a577eac559b2e0edc4dd0b05b19292abe (plain)
1
2
3
4
5
6
7
8
9
// 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}}