Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
83ea3bdde4d35a943369d61a261002211bf750c9
/
.
/
test
/
CodeGenCXX
/
debug-info-method.cpp
blob: cb022bc52cd343970d3de627d572dec12c578446 [
file
] [
log
] [
blame
]
Daniel Dunbar
83ea3bd
2011-11-05 05:41:57 +0000
[
diff
] [
blame^
]
1
// RUN: %clang -fverbose-asm -g -S %s -o - | grep DW_ACCESS_protected
Devang Patel
10a7a6a
2010-09-29 21:46:16 +0000
[
diff
] [
blame
]
2
class
A
{
3
protected
:
4
int
foo
();
5
};
6
A a
;