Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
bea522ff43a3f11c7a2bc7949119dbb9fce19e39
/
.
/
test
/
CodeGenCXX
/
debug-info-member.cpp
blob: 8c2e3ebded4b8b7d12b4c62a46fb13051e40d2e8 [
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_public
Devang Patel
549ee4b
2010-09-29 19:08:35 +0000
[
diff
] [
blame
]
2
class
A
{
3
public
:
4
int
x
;
5
};
6
A a
;