blob: 8c2e3ebded4b8b7d12b4c62a46fb13051e40d2e8 [file] [log] [blame]
// RUN: %clang -fverbose-asm -g -S %s -o - | grep DW_ACCESS_public
class A {
public:
int x;
};
A a;