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 | |||||
3 | //int a; // FIXME: All names not in an extern "C" block are mangled | ||||
4 | |||||
5 | namespace N { int b; } | ||||
6 | // CHECK: @"\01?b@N@@" |