xref: /illumos-gate/usr/src/tools/smatch/src/validation/struct-attribute-placement.c (revision 1f5207b7604fb44407eb4342aff613f7c4508508)
1 struct __attribute__((__aligned__(16))) foo {
2     int a;
3 };
4 /*
5  * check-name: struct attribute placement
6  */
7