Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/packed-n-padding
/
.
/
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
;
};