1
2
3
4
5
struct Foo {
    char    a;
    int     b;
    char    c;
};