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