*new* assign_vs_compare: if ((x = <constant>)) {
[smatch.git] / validation / struct-attribute-placement.c
blob53c12143563a27906b69d2edfadd8d9c292d9b93
1 struct __attribute__((__aligned__(16))) foo {
2 int a;
3 };
4 /*
5 * check-name: struct attribute placement
6 */