summaryrefslogtreecommitdiff
path: root/tests/headers/multiple-inherit-empty-correct-layout.hpp
blob: 1e2b133a0a3502c51aed6651826d399a6c42fd1a (plain)
1
2
3
struct Foo {};
struct Bar {};
struct Baz : public Foo, public Bar {};