index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindgen-tests
/
tests
/
headers
/
multiple-inherit-empty-correct-layout.hpp
blob: 1e2b133a0a3502c51aed6651826d399a6c42fd1a (
plain
)
1
2
3
struct
Foo
{};
struct
Bar
{};
struct
Baz
:
public
Foo
,
public
Bar
{};