Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
CodeGen
/
debug-info-member.c
blob: 87d4a74cee2578cf25d87286a1af685534722512 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited < %s | grep DW_TAG_member
struct
A
{
int
x
;
}
a
;