Charles Davis | e60cea8 | 2010-06-11 03:07:32 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -emit-llvm %s -o - -cxx-abi microsoft -triple=i386-apple-darwin10 | FileCheck %s |
2 | |||||
Charles Davis | 971154d | 2010-06-11 04:25:47 +0000 | [diff] [blame] | 3 | int a; |
4 | // CHECK: @"\01?a@@" | ||||
Charles Davis | e60cea8 | 2010-06-11 03:07:32 +0000 | [diff] [blame] | 5 | |
6 | namespace N { int b; } | ||||
7 | // CHECK: @"\01?b@N@@" |