The Nest
Explore
Sign in
nuudlman
llvm
clang
test
PCH
debug-info-limited-struct.h
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
struct
foo
{
int
i
;
}
;
void
func
(
void
)
{
struct
foo
*
f
;
f
->
i
=
3
;
}