[COMMITTED] Fix pthread errors in pr86637-2.c
[gcc.git] / gcc / testsuite / gcc.c-torture / pr88140.c
1 typedef struct {
2 } a;
3
4 typedef struct {
5 a *b[0];
6 } c;
7
8 void d() { ((c *)0)->b[0] = 0; }