aa.h
1 
2 typedef struct {
4  struct {
6  int dummy;
7  } fields[10];
8 } data_t;
Definition: aa.h:2
int dummy
Definition: aa.h:6