Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/arm-ci
/
.
/
tests
/
headers
/
issue-1443.hpp
blob: 9b637ba708b7f048e3d479b836efb2f424294b4a [
file
] [
log
] [
blame
] [
edit
]
struct
Foo
;
struct
Bar
{
const
Foo
&
f
;
unsigned
m
;
};
struct
Baz
{
Foo
&
f
;
unsigned
m
;
};
struct
Tar
{
const
Foo
&&
f
;
unsigned
m
;
};
struct
Taz
{
Foo
&&
f
;
unsigned
m
;
};