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