allocate.h: Stop needlessly returning a void value in __DO_ALLOCATOR
[smatch.git] / validation / struct-attribute-placement.c
blobe73830386a9e16c7d207df501562be86f63b1148
1 struct __attribute__((__aligned__(16))) foo {
2 int a;
3 };