Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
PCH
/
debug-info-limited-struct.h
blob: 593e722ce9c0a677cac06731fed7b00d0fff904d [
file
] [
log
] [
blame
]
struct
foo
{
int
i
;
};
void
func
()
{
struct
foo
*
f
;
f
->
i
=
3
;
}