1struct foo {
2  char a : 1;
3  void *b[];
4};
5