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
]
// RUN: %clang -fverbose-asm -g -S %s -o - | grep DW_ACCESS_public
class
A
{
public
:
int
x
;
};
A a
;