I have the following struct (C++ 11)
struct s { char i; int j; };
sizeof(s) returns 8 using my compiler, but sizeof(char) is 1 and si