Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
50c9d08fa533b51e8dd36644b686d726c98d9482
/
.
/
clang
/
test
/
CodeGenCXX
/
debug-info-member.cpp
blob: 8c2e3ebded4b8b7d12b4c62a46fb13051e40d2e8 [
file
] [
log
] [
blame
]
Daniel Dunbar
b3675dd
2011-11-05 05:41:57 +0000
[
diff
] [
blame
]
1
// RUN: %clang -fverbose-asm -g -S %s -o - | grep DW_ACCESS_public
Devang Patel
3c03027
2010-09-29 19:08:35 +0000
[
diff
] [
blame
]
2
class
A
{
3
public
:
4
int
x
;
5
};
6
A a
;