summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/debug-info-context.cpp
blob: 1f7fa046752b7a336f247a366cd4540812b7c03e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited -triple x86_64-apple-darwin %s -o - | FileCheck %s
// PR11345

class locale {
private:
  void _M_add_reference() const throw() {
  }
};
class ios_base {
  locale _M_ios_locale;
public:
  class Init {
  };
};
static ios_base::Init __ioinit;

// CHECK-NOT: _M_ios_locale