• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 struct foo {
2   char a : 1;
3   void *b[];
4 };
5