The Nest
Explore
Sign in
nuudlman
llvm
clang
test
Modules
Inputs
anon-redecl
c2.h
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
struct
X
{
union
{
int
n
;
}
;
}
;
inline
int
c
(
X
x
)
{
return
x
.
n
;
}