blob: d6d44a158c3be2431336a86cb053d3bbe2b25702 [file] [log] [blame]
Eric Christopherc4f4d5d2012-01-20 22:10:18 +00001// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
2// PR11345
3
4class locale {
5private:
6 void _M_add_reference() const throw() {
7 }
8};
9class ios_base {
10 locale _M_ios_locale;
11public:
12 class Init {
13 };
14};
15static ios_base::Init __ioinit;
16
17// CHECK-NOT: _M_ios_locale