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