1 2 3 4 5 6 7 8 9 10
struct alloc2 { int bla; char * __restrict data; char * __restrict data2; }; struct alloc2 b; void * f (void) { return b.data; }