1 // RUN: %clangxx %target_itanium_abi_host_triple -O0 -g %s -c -o %t.o
2 // RUN: %clangxx %target_itanium_abi_host_triple %t.o -o %t.out
3 // RUN: %test_debuginfo %s %t.out
4 // XFAIL: !system-darwin && gdb-clang-incompatibility
9 // CHECK: ${{[0-9]+}} =
10 // LLDB does not print artificial members.
11 // CHECK: {{(_vptr\$A =)?.*}}m_int = 12
19 operator= (const A
& rhs
);
39 A::operator =(const A
& rhs
)
65 int main (int argc
, char const *argv
[])
68 int return_val
= b
.AInstance().get_int();