On Windows this compiles with `clang -Wpadded -Werror` ```c typedef struct { int x; char y; } Foo; int main() { Foo foo; } ```