Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
src
/
llvm-project
/
clang
/
test
/
PCH
/
debug-info-limited-struct.h
blob: ca4c096e6459c92b7d322c2d012bb2ba1284da90 [
file
] [
log
] [
blame
]
struct
foo
{
int
i
;
};
void
func
(
void
)
{
struct
foo
*
f
;
f
->
i
=
3
;
}