summaryrefslogtreecommitdiff
path: root/tests/headers/incomplete-array-padding.h
blob: 3fcc4c1a09b322c007b5db912775c4411c78c46d (plain)
1
2
3
4
struct foo {
  char a : 1;
  void *b[];
};