The Nest
Explore
Sign in
nuudlman
llvm
clang
test
Import
struct-layout
Inputs
Callee.cpp
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
struct
S
{
int
a
;
}
;
struct
Bar
{
void
bar
(
int
_a
)
{
S s
=
{
_a
}
;
}
;
}
;