1 2 3 4 5 6
struct OverlyAlignedChar { char c1; int x; char c2; char c __attribute__((aligned(4096))); };