encode-9.m   [plain text]


/* { dg-do compile } */
/* { dg-options "-fgnu-runtime " } */

/* There was an ICE due to diving by zero in the objc front-end. */

struct f
{
  int i;
  struct{} g[4];
  int tt;
};

char *e = @encode(struct f);