blob: 13d03e999d639456d48d74276a90ee4fe206e14c [file] [log] [blame]
// RUN: %clang -fverbose-asm -g -S %s -o - | FileCheck %s
// CHECK: DW_ACCESS_protected
class A {
protected:
int foo();
};
A a;