I have a struct Foo which contains a nested struct Bar. These structs only contain POD types. My problem is that the size of Foo is la
Foo
Bar