blob: 1f7fa046752b7a336f247a366cd4540812b7c03e [file] [log] [blame]
Douglas Katzman3459ce22015-10-08 04:24:12 +00001// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited -triple x86_64-apple-darwin %s -o - | FileCheck %s
Eric Christopherf3ed1bc2012-01-20 22:10:18 +00002// 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