v2 / vlib / v / gen / c / testdata / aligned_attr_nix.c.must_have
3 lines · 3 sloc · 92 bytes · 6ca0976896d31148d3d88ca9c5a497dfdaf66110
Raw
1} __attribute__((aligned))
2} __attribute__((aligned (16)))
3} __attribute__((aligned (8)))