Sign in
rust
/
rust-lang
/
llvm-project
/
3bcccdfe38f28f8d19faa957cd56ed4d03cd40fb
/
.
/
clang
/
test
/
Modules
/
Inputs
/
anon-redecl
/
a.h
blob: 1b23e724160af1efb159a7802ef6fbc13b4ce891 [
file
] [
log
] [
blame
]
struct
X
{
union
{
int
n
;
};
};
inline
int
a
(
X x
)
{
return
x
.
n
;
}