diff options
Diffstat (limited to 'tests/headers/multiple-inherit-empty-correct-layout.hpp')
-rw-r--r-- | tests/headers/multiple-inherit-empty-correct-layout.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/headers/multiple-inherit-empty-correct-layout.hpp b/tests/headers/multiple-inherit-empty-correct-layout.hpp new file mode 100644 index 00000000..1e2b133a --- /dev/null +++ b/tests/headers/multiple-inherit-empty-correct-layout.hpp @@ -0,0 +1,3 @@ +struct Foo {}; +struct Bar {}; +struct Baz : public Foo, public Bar {}; |