typedef struct {
  int i;
  int ints[];
} struct_t;
