Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
bf340e452339e374ea6eef78c1f0a2abdd16c5a3
/
.
/
test
/
CodeGenCXX
/
debug-info-method.cpp
blob: 5935727851552a53470a2351b2b8730bb90eb422 [
file
] [
log
] [
blame
]
// RUN: %clang -fverbose-asm -cc1 -g -S %s -o - | grep DW_ACCESS_protected
class
A
{
protected
:
int
foo
();
};
A a
;