* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / objc.dg / encode-9.m
blob1ff2a6b0e489421c49cb3fb30f3cd62c62e94f68
1 /* { dg-do compile } */
3 /* There was an ICE due to diving by zero in the objc front-end. */
5 struct f
7   int i;
8   struct{} g[4];
9   int tt;
12 char *e = @encode(struct f);