aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/mangle-ms.cpp
blob: 68640ca2924f5390ac7e39e285a3426a5fea96ee (plain)
1
2
3
4
5
6
7
// RUN: %clang_cc1 -emit-llvm %s -o - -cxx-abi microsoft -triple=i386-apple-darwin10 | FileCheck %s

int a;
// CHECK: @"\01?a@@"

namespace N { int b; }
// CHECK: @"\01?b@N@@"