1 // RUN: %clang -fverbose-asm -g -S %s -o - | grep DW_ACCESS_public
2 class A {
3 public:
4   int x;
5 };
6 A a;
7