blob: 1a2bd327a25a163f3ce40e921b10abfeb43756bb [file] [log] [blame]
typedef struct {
} a;
typedef struct {
a *b[0];
} c;
void d() { ((c *)0)->b[0] = 0; }