1 2 3 4 5 6 7 8 9 10 11
// RUN: %clang_cc1 -g -S -masm-verbose -o %t %s // RUN: grep DW_AT_accessibility %t class A { public: int p; private: int pr; }; A a;