allocate.h: Stop needlessly returning a void value in __DO_ALLOCATOR
[smatch.git] / validation / restricted-typeof.c
blob9eb34953f6246cce23a3b1386aed587e61132b93
1 typedef unsigned __attribute__((bitwise)) A;
2 static A x;
3 static __typeof__(x) y;
4 static A *p = &y;